From a929787fe9eaa4d1a3159365553fdad149674974 Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Wed, 18 Jun 2025 11:29:03 -0500 Subject: [PATCH] oops --- src/routes/chat/+layout.svelte | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/routes/chat/+layout.svelte b/src/routes/chat/+layout.svelte index 8eea0e2..737c811 100644 --- a/src/routes/chat/+layout.svelte +++ b/src/routes/chat/+layout.svelte @@ -405,21 +405,23 @@ {cmdOrCtrl} + B - - {#snippet trigger(tooltip)} -
- {#if currentConversationQuery.data?.public} - - {:else} - - {/if} -
- {/snippet} - {currentConversationQuery.data?.public ? 'Public' : 'Private'} -
+ {#if page.params.id} + + {#snippet trigger(tooltip)} +
+ {#if currentConversationQuery.data?.public} + + {:else} + + {/if} +
+ {/snippet} + {currentConversationQuery.data?.public ? 'Public' : 'Private'} +
+ {/if}