diff --git a/app/soapbox/components/authorize-reject-buttons.tsx b/app/soapbox/components/authorize-reject-buttons.tsx index 10ab2bbf21..81d25a63d9 100644 --- a/app/soapbox/components/authorize-reject-buttons.tsx +++ b/app/soapbox/components/authorize-reject-buttons.tsx @@ -68,22 +68,32 @@ const AuthorizeRejectButtons: React.FC = ({ onAuthorize default: return ( - - +
+ + {(state === 'rejecting') && ( +
+ )} +
+
+ + {(state === 'authorizing') && ( +
+ )} +
); }