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]);