diff --git a/src/views/PublicNoteListView.vue b/src/views/PublicNoteListView.vue index 555b6c0..c0a56e6 100644 --- a/src/views/PublicNoteListView.vue +++ b/src/views/PublicNoteListView.vue @@ -6,6 +6,7 @@ import { useATProtoLogin } from "@/hooks/useATProtoLogin.hook" import { useFollows } from "@/hooks/useFollows.hook" import { useFollowingNoteList } from "@/hooks/useFollowingNoteList.hook" import { usePublicNoteList } from "@/hooks/usePublicNoteList.hook" +import { toShortDid } from "@/modules/atproto/shortDid" import { computed } from "vue" import { useRoute, useRouter } from "vue-router" @@ -62,7 +63,7 @@ const following = useFollowingNoteList(follows, followingEnabled)