@@ -243,7 +243,7 @@ export default {
'token',
]),
NAME() {
- return JSON.parse(this.person).fullName;
+ return this.person.fullName;
},
isLoggedIn() {
return this.token !== null && this.token !== undefined;