fixed username bug

This commit is contained in:
Xodrium 2023-02-01 19:36:07 -05:00
parent fcd279884c
commit 297c7ba6ab

View file

@ -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>