Removed test button from side menu

This commit is contained in:
mistikk 2018-11-01 18:05:35 +03:00
parent e817d4dcc0
commit 34766ec82d

View File

@ -36,11 +36,6 @@ const authMenuItems = [
route: 'Settings',
icon: 'gear',
},
{
name: 'LoginTest',
route: ROUTES.SCREENS.LOGIN,
icon: 'user-o',
},
];
const noAuthMenuItems = [