feat: add following tabs

This commit is contained in:
Julien Calixte
2026-03-10 15:44:35 +01:00
parent 72d0478b6f
commit 9b6bc62044
2 changed files with 30 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ export function usePublicNoteList(options?: UsePublicNoteListOptions) {
}, new Map())
const getAuthor = (did: string) =>
authors.value.has(did) ? authors.value.get(did)?.handle : ""
authors.value.has(did) ? authors.value.get(did)!.handle : ""
const filteredNotes = computed(() => {
const filter = options?.followsFilter?.value