diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/com/profile/ProfileMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx index ef102daf9..4153b819e 100644 --- a/src/view/com/profile/ProfileMenu.tsx +++ b/src/view/com/profile/ProfileMenu.tsx @@ -305,7 +305,7 @@ let ProfileMenu = ({ confirmButtonCta={ profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`) } - confirmButtonColor="negative" + confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'} /> </EventStopper> ) |