We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854cc70 commit 697b4daCopy full SHA for 697b4da
{{cookiecutter.project_slug}}/frontend/src/views/main/Dashboard.vue
@@ -25,7 +25,7 @@ import { readUserProfile } from '@/store/main/getters';
25
export default class Dashboard extends Vue {
26
get greetedUser() {
27
const userProfile = readUserProfile(this.$store);
28
- if (userProfile && userProfile.full_name) {
+ if (userProfile) {
29
if (userProfile.full_name) {
30
return userProfile.full_name;
31
} else {
0 commit comments