Fix chat menu item active state

This commit is contained in:
Jon Staab
2025-06-03 16:59:05 -07:00
parent 43b207c4dc
commit 34945d1c42
+1 -1
View File
@@ -22,7 +22,7 @@
const {...props}: Props = $props()
const others = remove($pubkey!, props.pubkeys)
const active = $page.params.chat === props.id
const active = $derived($page.params.chat === props.id)
const path = makeChatPath(props.pubkeys)
onMount(() => {