mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix lint error (#4175)
This commit is contained in:
parent
e20a9b4508
commit
890ff7b3f7
2 changed files with 2 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue