diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-12 15:38:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 15:38:04 +0000 |
commit | 0d1d0d8fbba981c3ded02fea890518eb3efaa58f (patch) | |
tree | 77ff98b96b1fb7ba98cb8cf1c07790d0e5176610 /src | |
parent | 1ffdd668dc5ac5dd5e88b94ca2f488417bcaa74c (diff) | |
download | voidsky-0d1d0d8fbba981c3ded02fea890518eb3efaa58f.tar.zst |
run prettier (#7727)
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/VideoFeed/index.tsx | 4 |
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" |