diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index da842d9218..743ca5b40e 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -683,6 +683,7 @@ function Overlay({ const {_} = useLingui() const t = useTheme() const {openComposer} = useComposerControls() + const {currentAccount} = useSession() const navigation = useNavigation() const seekingAnimationSV = useSharedValue(0) @@ -790,37 +791,38 @@ function Overlay({ {/* show button based on non-reactive version, so it doesn't hide on press */} - {!post.author.viewer?.following && ( - - )} + + {profile.viewer?.following ? ( + Following + ) : ( + Follow + )} + + + )} {record?.text?.trim() && (