add a todo
This commit is contained in:
parent
b5f803834e
commit
689dbff41e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue