Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevArtemNuss authored and donnyquixotic committed Oct 25, 2022
1 parent 87561e9 commit f024754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/RightMenuAuthenticated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ div
color="dark"
no-caps
)
profile-avatar(size='32px' :avatar='avatar' :account='account')
profile-avatar(size='32px' :avatar='myProfile ? myProfile.avatar : avatar' :account='account')
span.menu-title {{account}}
q-menu(
@show="toggleProfileMenu"
Expand Down

0 comments on commit f024754

Please sign in to comment.