File tree Expand file tree Collapse file tree
app/pages/profile/[handle] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { debounce } from ' perfect-debounce'
32import { updateProfile as updateProfileUtil } from ' ~/utils/atproto/profile'
4- import { normalizeSearchParam } from ' #shared/utils/url'
5-
6- type LikesResult = {
7- records: {
8- value: {
9- subjectRef: string
10- }
11- }[]
12- }
133
144const route = useRoute (' /profile/[handle]' )
15- const router = useRouter ()
165const handle = computed (() => route .params .handle )
176
187const { data : profile }: { data? : NPMXProfile } = useFetch (
@@ -168,7 +157,7 @@ defineOgImageComponent('Default', {
168157 <section class =" flex flex-col gap-8" >
169158 <h2
170159 class =" font-mono text-2xl sm:text-3xl font-medium min-w-0 break-words"
171- : title =" Likes"
160+ title =" Likes"
172161 dir =" ltr"
173162 >
174163 Likes <span v-if =" likesData" >({{ likesData.likes.records.length ?? 0 }})</span >
You can’t perform that action at this time.
0 commit comments