Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 181a591

Browse files
author
Tilde Ann Thurium
committed
👕😭 fml
somehow these didn't show up in my in editor linting? IDK.
1 parent ec01a2e commit 181a591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/views/issue-detail-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class BareIssueDetailView extends React.Component {
139139
);
140140
}
141141

142-
handleRefreshClick = (e) => {
142+
handleRefreshClick = e => {
143143
e.preventDefault();
144144
this.refresher.refreshNow(true);
145145
}

lib/views/pr-detail-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export class BarePullRequestDetailView extends React.Component {
258258
);
259259
}
260260

261-
handleRefreshClick = (e) => {
261+
handleRefreshClick = e => {
262262
e.preventDefault();
263263
this.refresher.refreshNow(true);
264264
}

0 commit comments

Comments
 (0)