about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/screens/VideoFeed/index.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx
index 329b1cf7c..8198d45a3 100644
--- a/src/screens/VideoFeed/index.tsx
+++ b/src/screens/VideoFeed/index.tsx
@@ -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"