Skip to content

Commit

Permalink
fix: Improves message when improper calendar state sent to Agenda view
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Oct 25, 2024
1 parent e838c7a commit b9a5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agenda/UI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>

{#if !store}
<p>No calendars created! Create one in settings to get started.</p>
<p>Could not find linked calendar.</p>
{:else}
{#key store}
<Agenda />
Expand Down

0 comments on commit b9a5db5

Please sign in to comment.