Skip to content

Commit 4c79ede

Browse files
committed
customer row issue
1 parent 329eb02 commit 4c79ede

File tree

1 file changed

+1
-1
lines changed
  • src/projects/detail/components/SimplePlan/components/MilestoneRow

1 file changed

+1
-1
lines changed

src/projects/detail/components/SimplePlan/components/MilestoneRow/MilestoneRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function MilestoneRow({
356356
</td>
357357
)}
358358
{
359-
isCustomer && (
359+
(isCustomer && isUpdatable) && (
360360
<td styleName="action">
361361
<div styleName="inline-menu approve">
362362
{

0 commit comments

Comments
 (0)