Revert "refactor: remove canteen menu item until app module ready"

This reverts commit 7988737d286725f84b50abdbe201fe71f83198bf
This commit is contained in:
Jovan Krunić
2020-12-08 08:58:35 +00:00
committed by Rainer Killinger
parent 570d7bac7c
commit e2b4b0467d

View File

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