From a20f45ca646c22cc10eb098a062dbc853d7566cb Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Thu, 1 Jun 2023 18:35:08 +0200 Subject: [PATCH] fix: Aggiornate DrawerEntry --- resources/ts/Components/layout/Drawer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/ts/Components/layout/Drawer.tsx b/resources/ts/Components/layout/Drawer.tsx index 6d681cfa4..d08e1c92a 100644 --- a/resources/ts/Components/layout/Drawer.tsx +++ b/resources/ts/Components/layout/Drawer.tsx @@ -48,8 +48,8 @@ export default class Drawer exten entries() { return collect({ - dashboard: {__('Dashboard')}, - users: {__('Utenti')} + dashboard: {__('Dashboard')}, + users: {__('Utenti')} }); }