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:
parent
7af9e18a49
commit
98ac0e0966
@ -25,7 +25,7 @@ const ErrorPage = React.memo(() => {
|
|||||||
filled={true}
|
filled={true}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
await octoClient.logout()
|
await octoClient.logout()
|
||||||
history.push("/login")
|
history.push('/login')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
|
Loading…
Reference in New Issue
Block a user