diff --git a/web/components/follow-fold-button.tsx b/web/components/follow-fold-button.tsx index 62a68e9a..106b2489 100644 --- a/web/components/follow-fold-button.tsx +++ b/web/components/follow-fold-button.tsx @@ -37,10 +37,7 @@ export function FollowFoldButton(props: { fold: Fold; className?: string }) { } return ( - )