this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix unneeded id passed here

+1 -1
+1 -1
src/pages/account-statuses.jsx
··· 98 98 try { 99 99 const featuredTags = await masto.v1.accounts 100 100 .$select(id) 101 - .featuredTags.list(id); 101 + .featuredTags.list(); 102 102 console.log({ featuredTags }); 103 103 setFeaturedTags(featuredTags); 104 104 } catch (e) {