Skip to content

Commit

Permalink
fix table caption updating, fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Jul 21, 2022
1 parent cd65afc commit d0a91b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Calendar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
}
}
$: tableCaption = showCaption();
$: tableCaption = activeDate && showCaption();
</script>

Expand Down

0 comments on commit d0a91b2

Please sign in to comment.