Fix linting errors

This commit is contained in:
SleepWalker
2020-05-21 21:51:35 +03:00
parent a5404002fd
commit 0192f53932
8 changed files with 4 additions and 8 deletions

View File

@@ -21,7 +21,6 @@ class Finish extends React.Component<Props> {
render() {
const { appName, code, state, displayCode, success } = this.props;
const authData = JSON.stringify({
// eslint-disable-next-line @typescript-eslint/camelcase
auth_code: code,
state,
});