Fix lint error (#4175)

This commit is contained in:
Luke Heath 2022-02-11 14:35:23 -06:00 committed by GitHub
parent e20a9b4508
commit 890ff7b3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View file

@ -32,11 +32,7 @@ const options = [
},
{
label: "Documentation",
onClick: () =>
window.open(
"https://fleetdm.com/docs",
"_blank"
),
onClick: () => window.open("https://fleetdm.com/docs", "_blank"),
},
{
label: "Sign out",

View file

@ -34,11 +34,7 @@ const UserMenu = ({
},
{
label: "Documentation",
onClick: () =>
window.open(
"https://fleetdm.com/docs",
"_blank"
),
onClick: () => window.open("https://fleetdm.com/docs", "_blank"),
},
{
label: "Sign out",