From c867494a1788cf58b1942466e3bf48f66d606fbd Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 8 Sep 2024 00:59:07 -0400 Subject: [PATCH] User profile viewing - need to add more to the details view --- frontend/src/routes/users/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/users/+page.svelte b/frontend/src/routes/users/+page.svelte index 85332d2..828d05f 100644 --- a/frontend/src/routes/users/+page.svelte +++ b/frontend/src/routes/users/+page.svelte @@ -16,5 +16,5 @@ {#if users.length === 0} -

No users found.

+

No users found with public profiles.

{/if}