diff --git a/dashboard/src/components/group/Body.svelte b/dashboard/src/components/group/Body.svelte
index 1cb5db3e..b7404f33 100644
--- a/dashboard/src/components/group/Body.svelte
+++ b/dashboard/src/components/group/Body.svelte
@@ -85,7 +85,7 @@
Display Name:
{/if}
- {#if group.created && !isPublic}
+ {#if group.created}
Created: {created}
diff --git a/dashboard/src/components/list/ListControl.svelte b/dashboard/src/components/list/ListControl.svelte
index 9fc59fe8..0fd13c1f 100644
--- a/dashboard/src/components/list/ListControl.svelte
+++ b/dashboard/src/components/list/ListControl.svelte
@@ -143,9 +143,7 @@ function resetPage() {
{/if}
- {#if !pageOptions.isPublic}
- {/if}