PAMapp/components/NavBar.vue
@@ -34,7 +34,7 @@ <script lang="ts"> import { Vue, Component } from 'vue-property-decorator'; import { namespace } from 'nuxt-property-decorator'; import { Role } from '~/shared/models/enum/role'; import { Role } from '~/shared/models/enum/Role'; import * as _ from 'lodash'; const roleStorage = namespace('localStorage');