Update ProfileHeader.tsx (#810)

Change error message from "failed to blocK" to "failed to unblock"
zio/stable
Seth Arnold 2023-05-30 23:32:46 +00:00 committed by GitHub
parent 762ab3d385
commit 1e5c4609a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()}`)
}
},