Update ProfileList.tsx

This commit is contained in:
Minseo Lee
2024-05-11 14:18:44 +09:00
parent 6f5b551bda
commit 646c3834da
+5 -1
View File
@@ -283,7 +283,11 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
pinned,
},
])
Toast.show(_(msg`${pinned ? 'Pinned to' : 'Unpinned from'} your feeds`))
Toast.show(
pinned
? _(msg`Pinned to your feeds`)
: _(msg`Unpinned from your feeds`),
)
} else {
await addSavedFeeds([
{