Skip to content

Commit 09343e6

Browse files
committed
feat(payment): update after code review
1 parent f291694 commit 09343e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/app/shipping/stripeUPE/StripeShippingAddressDisplay.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const StripeShippingAddressDisplay: FC<StripeupeShippingAddressProps> = ({
2929
}
3030
};
3131

32-
runInitialize();
32+
void runInitialize();
3333

3434
return () => {
3535
const runDeinitialize = async () => {
@@ -54,4 +54,4 @@ const StripeShippingAddressDisplay: FC<StripeupeShippingAddressProps> = ({
5454
);
5555
};
5656

57-
export default StripeShippingAddressDisplay;
57+
export default StripeShippingAddressDisplay;

0 commit comments

Comments
 (0)