diff --git a/src/sections/Sidebar/Sidebar.tsx b/src/sections/Sidebar/Sidebar.tsx index eda5583..a5c6f06 100644 --- a/src/sections/Sidebar/Sidebar.tsx +++ b/src/sections/Sidebar/Sidebar.tsx @@ -28,7 +28,7 @@ function Sidebar() { .filter((route) => route.title) .map(({ path, title, icon: Icon }) => ( - + {Icon ? : } {title}