Skip to content

Commit 073b0a3

Browse files
committed
fix: edit phase via admin users
ref issue #3419
1 parent df52140 commit 073b0a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/projects/detail/components/PhaseCard/PhaseCard.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class PhaseCard extends React.Component {
8888
const {
8989
attr,
9090
projectStatus,
91-
isManageUser,
9291
deleteProjectPhase,
9392
isUpdating,
9493
timeline,
@@ -218,7 +217,7 @@ class PhaseCard extends React.Component {
218217
{!this.state.isEditting && !!isExpanded && (<div styleName="expandable-view">
219218
{this.props.children}
220219
</div>)}
221-
{isManageUser && this.state.isEditting && (
220+
{this.state.isEditting && (
222221
<div styleName="sm-separator">
223222
{!isUpdating && (
224223
<EditStageForm

0 commit comments

Comments
 (0)