Skip to content

Commit a11d020

Browse files
committed
Replace variables in popup
1 parent 64f1f3e commit a11d020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/layout/base/BaseProfileMenu.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767

6868
<div>
6969
<div class="text-h6 font-weight-black">
70-
{{ fullName }}
70+
{{ userAccount?.username }}
7171
</div>
7272
<div class="text-caption opacity-80">
73-
{{ userAccount?.username }}
73+
{{ fullName }}
7474
</div>
7575
</div>
7676
</div>

0 commit comments

Comments
 (0)