From f32b042a00fa80c115636ac24361d717f2ea0ca5 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 12 May 2025 01:08:49 +0400 Subject: [PATCH] refac --- src/lib/components/admin/Users/UserList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/admin/Users/UserList.svelte b/src/lib/components/admin/Users/UserList.svelte index f9b0b7937..61816780b 100644 --- a/src/lib/components/admin/Users/UserList.svelte +++ b/src/lib/components/admin/Users/UserList.svelte @@ -167,7 +167,7 @@ /> -{#if ($config?.license_metadata?.seats ?? null) !== null && users.length > $config?.license_metadata?.seats} +{#if ($config?.license_metadata?.seats ?? null) !== null && total && total > $config?.license_metadata?.seats}