Skip to content

Commit ca44a54

Browse files
Update ProjectStatusChangeConfirmation.jsx
1 parent 363e1ea commit ca44a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ProjectStatusChangeConfirmation extends Component {
7979
const { newStatus, onCancel } = this.props
8080
this.shouldDropdownUp()
8181
return (
82-
<div className={cn('modal', 'project-status-change-modal', { 'dropdown-up': this.state.showUp })}
82+
<div className={cn('modal', 'project-status-change-modal')}
8383
ref={(input) => { if (input && ! this.wrapper){this.wrapper = input; this.setState({showUp:this.shouldDropdownUp()}) }}}
8484
onClick={e => e.stopPropagation()}
8585
>

0 commit comments

Comments
 (0)