We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df52140 commit 073b0a3Copy full SHA for 073b0a3
src/projects/detail/components/PhaseCard/PhaseCard.jsx
@@ -88,7 +88,6 @@ class PhaseCard extends React.Component {
88
const {
89
attr,
90
projectStatus,
91
- isManageUser,
92
deleteProjectPhase,
93
isUpdating,
94
timeline,
@@ -218,7 +217,7 @@ class PhaseCard extends React.Component {
218
217
{!this.state.isEditting && !!isExpanded && (<div styleName="expandable-view">
219
{this.props.children}
220
</div>)}
221
- {isManageUser && this.state.isEditting && (
+ {this.state.isEditting && (
222
<div styleName="sm-separator">
223
{!isUpdating && (
224
<EditStageForm
0 commit comments