Remove info from menu temporarily

This commit is contained in:
bl00dymarie
2024-03-18 19:03:40 +01:00
parent 9b0abd5367
commit 37f718d1b0
-1
View File
@@ -11,7 +11,6 @@ const menuItems = [
{ label: 'reminders', componentName: 'Reminders' },
{ label: 'dataManagement', componentName: 'DataManagement' },
{ label: 'password', componentName: 'Password' },
{ label: 'info', componentName: 'Info' },
]
const SettingsMenu = ({ navigate }) => {