Skip to content

Commit

Permalink
Merge branch 'bug/fix-modal-adblocking' into release/v2.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswatts91 committed Aug 23, 2016
2 parents d01adc9 + 51c91fd commit ffc7036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Modal = React.createClass({
},
render() {
const { className, belowHeader, children } = this.props;
const classes = classnames('modal', className, {
const classes = classnames('modal', className.replace('shown',''), {
'below-header': belowHeader
});
return <div
Expand Down

0 comments on commit ffc7036

Please sign in to comment.