Update ProfileHeader.tsx (#810)
Change error message from "failed to blocK" to "failed to unblock"zio/stable
parent
762ab3d385
commit
1e5c4609a8
|
@ -218,7 +218,7 @@ const ProfileHeaderLoaded = observer(
|
|||
onRefreshAll()
|
||||
Toast.show('Account unblocked')
|
||||
} 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()}`)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue