diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-30 18:35:18 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-30 18:35:18 -0500 |
commit | 5d0a3e6c653c42ef9b8f45292534f5d520173e93 (patch) | |
tree | f1e2608ef6c382ef166181a89b41c6711bbd5d1b /src | |
parent | a11a1b7657adb05403b498272da0d187f1686787 (diff) | |
parent | 1e5c4609a83838c9c9fbffa80e526a15d0a7392f (diff) | |
download | voidsky-5d0a3e6c653c42ef9b8f45292534f5d520173e93.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/profile/ProfileHeader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 56036363c..9b4df0989 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -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()}`) } }, |