fixed username bug
This commit is contained in:
parent
fcd279884c
commit
297c7ba6ab
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
<a href='/'>
|
||||
<img src='/logo_sanifae.svg' alt='Sanifae Logo'>
|
||||
</a>
|
||||
{#if data.username}
|
||||
{#if data.username && data.username != ''}
|
||||
<a href='/users/{data.username}'>
|
||||
{data.username}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue