fixed username bug for real this time
This commit is contained in:
parent
297c7ba6ab
commit
c04cf3889e
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 && data.username != ''}
|
||||
{#if data.username && data.username != 'false'}
|
||||
<a href='/users/{data.username}'>
|
||||
{data.username}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue