ソースを参照

Display user name where Admin was

master
Lene Scholtz 5年前
コミット
94d01b3da3
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      src/components/shared/navBar.vue

+ 0
- 1
src/components/shared/navBar.vue ファイルの表示

@@ -220,7 +220,6 @@ export default {
220 220
     ]),
221 221
     NAME() {
222 222
       return this.person.name;
223
-      // return this.user.role;
224 223
     },
225 224
     isLoggedIn() {
226 225
       return this.token !== null && this.token !== undefined;

読み込み中…
キャンセル
保存