1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

User profile viewing - need to add more to the details view

This commit is contained in:
Sean Morley 2024-09-08 00:59:07 -04:00
parent 7d228b302b
commit c867494a17

View file

@ -16,5 +16,5 @@
</div>
{#if users.length === 0}
<p class="text-center">No users found.</p>
<p class="text-center">No users found with public profiles.</p>
{/if}