lint
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user