Merge remote-tracking branch 'origin' into 3p-moderators
* origin: filter out files with non-image mime types Send route name with Statsig events (#3194) Tweak prompt styles on mobile web (#3193)
This commit is contained in:
@@ -334,7 +334,7 @@ let ProfileMenu = ({
|
||||
confirmButtonCta={
|
||||
profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`)
|
||||
}
|
||||
confirmButtonColor="negative"
|
||||
confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'}
|
||||
/>
|
||||
</EventStopper>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user