1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-03 08:45:40 +02:00

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