diff --git a/source/components/BlueButton.js b/source/components/BlueButton.js index d4a07c900..b89e804a2 100644 --- a/source/components/BlueButton.js +++ b/source/components/BlueButton.js @@ -4,9 +4,10 @@ import { connect } from 'react-redux' export default connect(state => ({ themeColours: state.themeColours -}))(({ themeColours, children, disabled, style }) => ( +}))(({ themeColours, children, disabled, style, onClick }) => (