fix linter error (#2006)

This commit is contained in:
Scott Bishel 2021-12-21 10:23:58 -07:00 committed by GitHub
parent 7af9e18a49
commit 98ac0e0966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ const ErrorPage = React.memo(() => {
filled={true}
onClick={async () => {
await octoClient.logout()
history.push("/login")
history.push('/login')
}}
>
<FormattedMessage