From 3b55f61d5f0111287be56b76a1a342256d3f2a95 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 4 Jun 2024 00:38:12 +0100 Subject: Avi follow experiment tweaks (#4341) * Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread --- src/view/com/posts/AviFollowButton.web.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/view/com/posts/AviFollowButton.web.tsx') diff --git a/src/view/com/posts/AviFollowButton.web.tsx b/src/view/com/posts/AviFollowButton.web.tsx index 6ad3c9f1f..90b2ddeec 100644 --- a/src/view/com/posts/AviFollowButton.web.tsx +++ b/src/view/com/posts/AviFollowButton.web.tsx @@ -1 +1,5 @@ -export {Fragment as AviFollowButton} from 'react' +import React from 'react' + +export function AviFollowButton({children}: {children: React.ReactNode}) { + return children +} -- cgit 1.4.1