fix: menu paramètres

This commit is contained in:
devthejo 2025-07-08 16:44:16 +02:00
parent 48b663799d
commit 754e14946c
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -18,8 +18,8 @@ export default function DrawerItemList(props) {
const { routes } = state;
const section1 = routes.slice(0, 5);
const section2 = routes.slice(5, 8);
const section3 = routes.slice(8, routes.length);
const section2 = routes.slice(5, 9);
const section3 = routes.slice(9, routes.length);
return (
<>