fix linter error (#2006)
This commit is contained in:
parent
7af9e18a49
commit
98ac0e0966
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const ErrorPage = React.memo(() => {
|
|||
filled={true}
|
||||
onClick={async () => {
|
||||
await octoClient.logout()
|
||||
history.push("/login")
|
||||
history.push('/login')
|
||||
}}
|
||||
>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Reference in a new issue