fixed username bug for real this time

This commit is contained in:
Xodrium 2023-02-01 19:38:24 -05:00
parent 297c7ba6ab
commit c04cf3889e

View file

@ -73,7 +73,7 @@
<a href='/'> <a href='/'>
<img src='/logo_sanifae.svg' alt='Sanifae Logo'> <img src='/logo_sanifae.svg' alt='Sanifae Logo'>
</a> </a>
{#if data.username && data.username != ''} {#if data.username && data.username != 'false'}
<a href='/users/{data.username}'> <a href='/users/{data.username}'>
{data.username} {data.username}
</a> </a>