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}