Skip to content

Commit f9b44c6

Browse files
committed
refac
1 parent f573a90 commit f9b44c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/Chat.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@
19371937

19381938
<PaneGroup direction="horizontal" class="w-full h-full">
19391939
<Pane defaultSize={50} class="h-full flex w-full relative">
1940-
{#if $banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1}
1940+
{#if ($banners.length > 0 && !history.currentId && !$chatId && selectedModels.length <= 1) || ($config?.license_metadata?.type ?? null) === 'trial' || (($config?.license_metadata?.seats ?? null) !== null && $config?.user_count > $config?.license_metadata?.seats)}
19411941
<div class="absolute top-12 left-0 right-0 w-full z-30">
19421942
<div class=" flex flex-col gap-1 w-full">
19431943
{#if ($config?.license_metadata?.type ?? null) === 'trial'}

0 commit comments

Comments
 (0)