run prettier (#7727)

This commit is contained in:
Samuel Newman
2025-02-12 15:38:04 +00:00
committed by GitHub
parent 1ffdd668dc
commit 0d1d0d8fbb
+3 -1
View File
@@ -800,7 +800,9 @@ function Overlay({
: _(msg`Follow ${handle}`)
}
accessibilityHint={
profile.viewer?.following ? _(msg`Unfollows the user`) : ''
profile.viewer?.following
? _(msg`Unfollows the user`)
: ''
}
size="small"
variant="solid"