Skip to content

Commit 1783fc1

Browse files
Update UserMenu.vue
1 parent f5cd5ad commit 1783fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default {
141141
142142
userName() {
143143
return (
144-
this.currentUser.nama || this.currentUser.email || this.__('Nova User')
144+
this.currentUser.name || this.currentUser.email || this.__('Nova User')
145145
)
146146
},
147147

0 commit comments

Comments
 (0)