Remove meetup from homepage section

stable
Álex Hermida 2018-09-24 12:53:37 +02:00 committed by Alex Hermida
parent a70944bc70
commit 57c24ec038
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ SECTIONS = {
6: {id: 6, title: 'ISSUES', path:'issues'}
7: {id: 7, title: 'WIKI', path:'wiki'}
8: {id: 8, title: 'TEAM', path:'team'}
9: {id: 9, title: 'MEETUP', path:'meetup'}
10: {id: 10, title: 'ADMIN', path:'admin'}
10: {id: 9, title: 'ADMIN', path:'admin'}
}
class SectionsService extends taiga.Service