Skip to content

Commit 77d9cb3

Browse files
author
Hai-Yen Nguyen
committed
fix flowfixme
1 parent 1d30508 commit 77d9cb3

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-
// $FlowFixMe[incompatible-use]
124+
// $FlowFixMe[incompatible-type]
125125
if (isCardFieldFlow === true && result?.success !== true) {
126126
return props.onClose();
127127
}

0 commit comments

Comments
 (0)