diff options
Diffstat (limited to 'src/view/com/auth/onboarding/RecommendedFeedsItem.tsx')
-rw-r--r-- | src/view/com/auth/onboarding/RecommendedFeedsItem.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/auth/onboarding/RecommendedFeedsItem.tsx b/src/view/com/auth/onboarding/RecommendedFeedsItem.tsx index d130dc138..6796c64db 100644 --- a/src/view/com/auth/onboarding/RecommendedFeedsItem.tsx +++ b/src/view/com/auth/onboarding/RecommendedFeedsItem.tsx @@ -30,7 +30,6 @@ export const RecommendedFeedsItem = observer(function RecommendedFeedsItemImpl({ } } else { try { - await item.save() await item.pin() } catch (e) { Toast.show('There was an issue contacting your server') |