diff --git a/src/components/Button.js b/src/components/Button.js index 859ac9d5..1c68d13c 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -308,10 +308,6 @@ const StyledButton = styled.button` const ButtonLink = StyledButton.withComponent('a'); const applyStyle = ButtonWrapper => { - if (!ButtonWrapper) { - return null; - } - return ( ButtonWrapper && StyledButton.withComponent(({ containsIcon, isLoading, isUnclickable, ...rest }) => (