diff --git a/lib/pages/community.dart b/lib/pages/community.dart index 84bceb4..4ba81d0 100644 --- a/lib/pages/community.dart +++ b/lib/pages/community.dart @@ -536,6 +536,8 @@ class _FollowButton extends HookWidget { final token = tokenOrNull(context, community.instanceUrl); final isSubbed = useState(subscribed); + + // TODO: use hook for handling spinner and pending final showSpinner = useState(false); final isPending = useState(false);