Skip to content

Commit 86fc8ed

Browse files
committed
fix: add missing static fn to avoid errors
Signed-off-by: Eric Dobbertin <[email protected]>
1 parent 7c9d82b commit 86fc8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CheckoutActions/CheckoutActions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const MessageDiv = styled.div`
3636

3737
const NoPaymentMethodsMessage = () => <MessageDiv>No payment methods available</MessageDiv>;
3838

39+
NoPaymentMethodsMessage.renderComplete = () => "";
40+
3941
@withAddressValidation
4042
@track()
4143
@observer

0 commit comments

Comments
 (0)