Skip to content

Commit

Permalink
Fix: GetWhitelist show agreement after KYC only
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Dec 10, 2021
1 parent 7b858b1 commit 32bb473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const GetWhitelisted = ({ colonyAddress, userStatus }: Props) => {
if (!userStatus || !whitelistPolicies || loadingWhitelistPolicies) {
return;
}
if (signatureRequired) {
if (!isKYCRequired && signatureRequired) {
openDialog();
}
}, [
Expand Down

0 comments on commit 32bb473

Please sign in to comment.