Skip to content

Commit

Permalink
Linter rule fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed Jul 23, 2021
1 parent 7f673c0 commit ece292e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/API/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class UserContainer extends Container<State> {
// Check for json object
if (response.data && !response.data?.username) {
return await this.setState({
error: "Unexpected server response",
error: 'Unexpected server response',
user: undefined,
loading: false
});
Expand Down

0 comments on commit ece292e

Please sign in to comment.