Skip to content

Commit e5d1014

Browse files
committed
lint
1 parent 3da7769 commit e5d1014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ class Browser extends DashboardView {
984984
async handleFetchedSchema() {
985985
if (this.state.computingClassCounts === false) {
986986
this.setState({ computingClassCounts: true });
987-
987+
988988
const promises = [];
989989
for (const parseClass of this.props.schema.data.get('classes')) {
990990
const [className] = parseClass;
@@ -998,7 +998,7 @@ class Browser extends DashboardView {
998998
});
999999
promises.push(promise);
10001000
}
1001-
1001+
10021002
await Promise.all(promises);
10031003

10041004
this.setState({

0 commit comments

Comments
 (0)