We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291694 commit 09343e6Copy full SHA for 09343e6
packages/core/src/app/shipping/stripeUPE/StripeShippingAddressDisplay.tsx
@@ -29,7 +29,7 @@ const StripeShippingAddressDisplay: FC<StripeupeShippingAddressProps> = ({
29
}
30
};
31
32
- runInitialize();
+ void runInitialize();
33
34
return () => {
35
const runDeinitialize = async () => {
@@ -54,4 +54,4 @@ const StripeShippingAddressDisplay: FC<StripeupeShippingAddressProps> = ({
54
);
55
56
57
-export default StripeShippingAddressDisplay;
+export default StripeShippingAddressDisplay;
0 commit comments