followed all accounts! toast
This commit is contained in:
@@ -131,7 +131,7 @@ export function StepSuggestedAccounts() {
|
|||||||
return followableDids
|
return followableDids
|
||||||
},
|
},
|
||||||
onSuccess: newlyFollowed => {
|
onSuccess: newlyFollowed => {
|
||||||
toast.show(_(msg`Done!`), {type: 'success'})
|
toast.show(_(msg`Followed all accounts!`), {type: 'success'})
|
||||||
setFollowedUsers(followed => [...followed, ...newlyFollowed])
|
setFollowedUsers(followed => [...followed, ...newlyFollowed])
|
||||||
},
|
},
|
||||||
onError: () => {
|
onError: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user