Skip to content

Commit

Permalink
fix: edit-profile-navigate full name
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 26, 2024
1 parent 3d5ecad commit ba5b4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/popups/sidebar/EditProfileNavigate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

p.p-edit-profile-navigate__identity-name.u-medium
template(
v-if="profile.name"
v-if="profile.name?.full"
)
| {{ profile.name.first }} {{ profile.name.last }}
| {{ profile.name.full.first }} {{ profile.name.full.last }}

template(
v-else
Expand Down

0 comments on commit ba5b4f8

Please sign in to comment.