Commit c1a65cb4 authored by peterhegman's avatar peterhegman

Check to make sure `user` prop is defined

parent 09060d19
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
return ''; return '';
}, },
userIsLoading() { userIsLoading() {
return !this.user.loaded; return !this.user?.loaded;
}, },
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment