This commit is contained in:
Julien Calixte
2026-03-10 16:15:58 +01:00
parent e9f37a9b8e
commit 1135afb359

View File

@@ -23,7 +23,7 @@ const tab = computed<"all" | "following">({
}), }),
}) })
const followingEnabled = computed(() => tab.value === 'following') const followingEnabled = computed(() => tab.value === "following")
const all = usePublicNoteList() const all = usePublicNoteList()
const following = useFollowingNoteList(follows, followingEnabled) const following = useFollowingNoteList(follows, followingEnabled)