This commit is contained in:
nixos script
2024-05-01 12:16:31 +08:00
parent 73c79c4b94
commit fa38a99d0a
@@ -8,7 +8,7 @@
export let data;
let currentPage = 1;
$: videos = [...data.feed.videos, ...data.feed.notifications];
$: videos = [ ...data.feed.notifications,...data.feed.videos ];
activePageStore.set('subscriptions');