Skip to content

Commit

Permalink
fix: add missing static fn to avoid errors
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
  • Loading branch information
aldeed committed Dec 3, 2019
1 parent 7c9d82b commit 86fc8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CheckoutActions/CheckoutActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const MessageDiv = styled.div`

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

NoPaymentMethodsMessage.renderComplete = () => "";

@withAddressValidation
@track()
@observer
Expand Down

0 comments on commit 86fc8ed

Please sign in to comment.