remove crap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-03 20:00:55 +01:00
parent 0e91cb0ac8
commit 397b537b63
2 changed files with 1 additions and 5 deletions

View File

@ -212,7 +212,7 @@ export const asyncRoutes = [
path: 'my',
component: () => import('@/views/incentives/list'),
name: 'Belohnungen',
meta: { title: 'Belohnungen', icon: 'star' }
meta: { title: 'Belohnungen', icon: 'star', roles: ['editor'] }
}
]
},