Skip to content

Commit 05a8f2e

Browse files
committed
Fix lint again
1 parent 5d71dad commit 05a8f2e

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Submissions

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Submissions/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SubmissionsComponent extends React.Component {
7171
}
7272
this.updateSortedSubmissions();
7373
}
74-
74+
7575
componentDidUpdate(prevProps) {
7676
const isMM = this.isMM();
7777

0 commit comments

Comments
 (0)