Update ProfileHeader.tsx (#810)
Change error message from "failed to blocK" to "failed to unblock"
This commit is contained in:
parent
762ab3d385
commit
1e5c4609a8
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ const ProfileHeaderLoaded = observer(
|
||||||
onRefreshAll()
|
onRefreshAll()
|
||||||
Toast.show('Account unblocked')
|
Toast.show('Account unblocked')
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
store.log.error('Failed to block account', e)
|
store.log.error('Failed to unblock account', e)
|
||||||
Toast.show(`There was an issue! ${e.toString()}`)
|
Toast.show(`There was an issue! ${e.toString()}`)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue