From 0d1d0d8fbba981c3ded02fea890518eb3efaa58f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 12 Feb 2025 15:38:04 +0000 Subject: [PATCH] run prettier (#7727) --- src/screens/VideoFeed/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 329b1cf7c5..8198d45a37 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"