Skip to content

Commit 080ae87

Browse files
author
Hai-Yen Nguyen
committed
fix format
1 parent 6d64328 commit 080ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/three-domain-secure/component.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function getThreeDomainSecureComponent(): TDSComponent {
121121

122122
// HostedFields ONLY rejects when the err object is not null. The below implementation ensures that CardFields follows the same pattern.
123123

124-
if(isCardFieldFlow === true && result?.success !== true){
124+
if (isCardFieldFlow === true && result?.success !== true) {
125125
return props.onClose();
126126
}
127127

0 commit comments

Comments
 (0)