fix(front): correct name on profile page
This commit is contained in:
parent
058f178a63
commit
7295b41ca2
|
@ -105,7 +105,7 @@ const recentActivity = ref(0)
|
|||
<!-- TODO: Translate Edit Link -->
|
||||
<Section
|
||||
no-items
|
||||
:h1="store.state.auth.username"
|
||||
:h1="props.username"
|
||||
:action="{ text:'Edit profile', to:'/settings' }"
|
||||
solid
|
||||
primary
|
||||
|
|
Loading…
Reference in New Issue