From 4546532e68b52777e45ddadc22941379b09f43c7 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 13 Jun 2022 13:30:51 +0200 Subject: [PATCH] Full path of logs on hover --- src/components/ui/mainSide.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/mainSide.tsx b/src/components/ui/mainSide.tsx index 0d2dedd..dd32a02 100644 --- a/src/components/ui/mainSide.tsx +++ b/src/components/ui/mainSide.tsx @@ -30,7 +30,7 @@ function MainSide() { setLogTable(logListName.map((log, index) => { return - {log} + {log} })); }, [logs]);