Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrox authored Sep 13, 2024
1 parent 52eaa9b commit 6e5e09f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const ConnectGoogleComboAccountCard = ( { disabled } ) => {
useGoogleConnectFlow( pageName );
const [ termsAccepted, setTermsAccepted ] = useState( false );

const checkboxId = 'gla-account-card-terms-conditions';

return (
<AccountCard
appearance={ APPEARANCE.GOOGLE }
Expand Down

0 comments on commit 6e5e09f

Please sign in to comment.