This commit is contained in:
Timothy Jaeryang Baek 2025-04-12 21:47:46 -07:00
parent 40f9747ae4
commit c1444cbbba

View File

@ -488,7 +488,8 @@
<Pagination bind:page count={users.length} />
{#if users.length > 50}
{#if !$config?.license_metadata}
{#if users.length > 50}
<div class="text-sm">
<Markdown
content={`
@ -508,4 +509,5 @@
`}
/>
</div>
{/if}
{/if}