diff --git a/src/components/termsandconditions/TermsAndConditions.tsx b/src/components/termsandconditions/TermsAndConditions.tsx index 3cb98d61d..d17607154 100644 --- a/src/components/termsandconditions/TermsAndConditions.tsx +++ b/src/components/termsandconditions/TermsAndConditions.tsx @@ -86,7 +86,8 @@ export const TermsAndConditions = () => { const dataPrivacyButtons = [ { label: translate('termsAndConditionOverlay.buttons.continue'), - type: BUTTON_TYPES.PRIMARY + type: BUTTON_TYPES.PRIMARY, + disabled: !viewState.userConfirmed } ];