diff --git a/ka-note/VERSION b/ka-note/VERSION index bfb7fa3..ad66831 100644 --- a/ka-note/VERSION +++ b/ka-note/VERSION @@ -1 +1 @@ -1.0.54 \ No newline at end of file +1.0.55 \ No newline at end of file diff --git a/ka-note/client/src/lib/components/JournalView.svelte b/ka-note/client/src/lib/components/JournalView.svelte index 8feb944..6926fc1 100644 --- a/ka-note/client/src/lib/components/JournalView.svelte +++ b/ka-note/client/src/lib/components/JournalView.svelte @@ -17,6 +17,7 @@ } let { contextId, journalScope = 'business' }: Props = $props(); + const isDailyLog = $derived(contextId === 'daily-log'); // --- Daily-log journal mode --- @@ -235,7 +236,7 @@