Skip to content

Commit a7df2c8

Browse files
committed
lint fix
1 parent c408128 commit a7df2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MilestonesApprovalNotification extends React.Component {
2828
}
2929

3030
findLatest(approvals) {
31-
if(!approvals) return {};
31+
if(!approvals) return {}
3232

3333
let d = null
3434
let maxIndex = 0

0 commit comments

Comments
 (0)