run prettier (#7727)
This commit is contained in:
@@ -800,7 +800,9 @@ function Overlay({
|
|||||||
: _(msg`Follow ${handle}`)
|
: _(msg`Follow ${handle}`)
|
||||||
}
|
}
|
||||||
accessibilityHint={
|
accessibilityHint={
|
||||||
profile.viewer?.following ? _(msg`Unfollows the user`) : ''
|
profile.viewer?.following
|
||||||
|
? _(msg`Unfollows the user`)
|
||||||
|
: ''
|
||||||
}
|
}
|
||||||
size="small"
|
size="small"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
|
|||||||
Reference in New Issue
Block a user