Merge pull request #27 from WardPearce/fix/comments-page-change

Fix comments on page change
This commit is contained in:
Ward
2024-04-03 00:36:56 +13:00
committed by GitHub
@@ -19,7 +19,7 @@
export let data;
let comments = data.comments;
$: comments = data.comments;
activePage.set(null);