diff --git a/web/src/App.tsx b/web/src/App.tsx index 75f6a70..9976835 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -566,14 +566,14 @@ export default function App() { ); })} - {categories.length > 0 && ( - <> - {categories.map(cat => ( - - ))} - > - )} + {categories.length > 0 && ( +