Skip to content

Commit 19fb235

Browse files
committed
fix: Resolve lint errors
1 parent e0cd280 commit 19fb235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/completions/compute_modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ ComputeModal.propTypes = {
263263
]).isRequired,
264264
onCompute: PropTypes.func.isRequired,
265265
onHide: PropTypes.func.isRequired,
266-
show: PropTypes.bool.isRequired,
266+
show: PropTypes.bool.isRequired
267267
};
268268

269269
ComputeModal.defaultProps = {};

src/containers/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const App =({ isLoggedIn, dispatch, getCompletionRules, getCustomTranslations, g
200200
}
201201
}
202202
}
203-
} else if ( pathname === '/' ) {t
203+
} else if ( pathname === '/' ) {
204204
navigate( '/login' );
205205
}
206206
}

0 commit comments

Comments
 (0)