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 -->
|
<!-- TODO: Translate Edit Link -->
|
||||||
<Section
|
<Section
|
||||||
no-items
|
no-items
|
||||||
:h1="store.state.auth.username"
|
:h1="props.username"
|
||||||
:action="{ text:'Edit profile', to:'/settings' }"
|
:action="{ text:'Edit profile', to:'/settings' }"
|
||||||
solid
|
solid
|
||||||
primary
|
primary
|
||||||
|
|
Loading…
Reference in New Issue