refactor: remove canteen menu item until app module ready

This commit is contained in:
Jovan Krunić
2020-12-06 18:18:59 +00:00
committed by Rainer Killinger
parent b74e056826
commit 570d7bac7c

View File

@@ -91,19 +91,20 @@ const config: Partial<SCConfigFile> = {
},
},
},
{
icon: 'cafe',
route: '/canteen',
title: 'canteen',
translations: {
de: {
title: 'Mensa',
},
en: {
title: 'canteen',
},
},
},
// TODO: put back after app module is ready
// {
// icon: 'cafe',
// route: '/canteen',
// title: 'canteen',
// translations: {
// de: {
// title: 'Mensa',
// },
// en: {
// title: 'canteen',
// },
// },
// },
],
name: 'main menu',
translations: {