Pārlūkot izejas kodu

Removed error on navbar

master
Kobus 5 gadus atpakaļ
vecāks
revīzija
613c5bb3b1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/components/shared/navBar.vue

+ 1
- 1
src/components/shared/navBar.vue Parādīt failu

243
       'token',
243
       'token',
244
     ]),
244
     ]),
245
     NAME() {
245
     NAME() {
246
-      return JSON.parse(this.person).fullName;
246
+      return this.person.fullName;
247
     },
247
     },
248
     isLoggedIn() {
248
     isLoggedIn() {
249
       return this.token !== null && this.token !== undefined;
249
       return this.token !== null && this.token !== undefined;

Notiek ielāde…
Atcelt
Saglabāt