Update ProfileHeader.tsx (#810)
Change error message from "failed to blocK" to "failed to unblock"
This commit is contained in:
@@ -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()}`)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user