diff --git a/ui/src/components/NavBars/LeftBar.tsx b/ui/src/components/NavBars/LeftBar.tsx index cc6f700..4e05f4a 100644 --- a/ui/src/components/NavBars/LeftBar.tsx +++ b/ui/src/components/NavBars/LeftBar.tsx @@ -31,8 +31,8 @@ const LeftBar: React.FC = () => { return ( - {initData.resources.map((resource) => ( - + {initData.resources.map((resource, index) => ( + {resource} ))}