about summary refs log tree commit diff
path: root/src/screens/VideoFeed/index.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-02-12 15:38:04 +0000
committerGitHub <noreply@github.com>2025-02-12 15:38:04 +0000
commit0d1d0d8fbba981c3ded02fea890518eb3efaa58f (patch)
tree77ff98b96b1fb7ba98cb8cf1c07790d0e5176610 /src/screens/VideoFeed/index.tsx
parent1ffdd668dc5ac5dd5e88b94ca2f488417bcaa74c (diff)
downloadvoidsky-0d1d0d8fbba981c3ded02fea890518eb3efaa58f.tar.zst
run prettier (#7727)
Diffstat (limited to 'src/screens/VideoFeed/index.tsx')
-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"