Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Nov 18, 2019
1 parent 7c057f2 commit 72061d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const backgroundImageSrc = campaignName && campaigns[campaignName] && campaigns[
const showSecureTransactionIndicator = () => {
if (countryGroupId === 'GBPCountries') {
return <SecureTransactionIndicator modifierClasses={['top']} />;
} else if (store.getState().common.abParticipations.paymentSecurityDesignTest1B === 'V1_securemiddlegrey') { // in test
} else if (store.getState().common.abParticipations.paymentSecurityDesignTest1B === 'V1_securemiddlegrey') {
return <SecureTransactionIndicator modifierClasses={['top', 'hideaftermobile']} />;
}
return null;
Expand Down

0 comments on commit 72061d8

Please sign in to comment.