Skip to content

Commit 8805263

Browse files
committed
fix layout issue
1 parent a3a067b commit 8805263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function MilestoneHeaderRow ({ milestones, onChangeMilestones, isUpdatable, hide
3333
<tr styleName="milestone-row">
3434
<th />
3535
{
36-
hideCheckbox ? <th /> : <th>
36+
hideCheckbox ? null : <th>
3737
<TCFormFields.Checkbox
3838
name="select-all"
3939
value={checked}

0 commit comments

Comments
 (0)