Skip to content

Commit

Permalink
TASK: Resolve linting error in dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Apr 28, 2023
1 parent c2503d4 commit d37ce97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev-server/src/index.tsx
Expand Up @@ -264,6 +264,7 @@ if (module.hot) module.hot.accept();
<header className="header">
<span>Neos commandbar test</span>
<ToggleButton
active={commandBarOpen}
handleToggle={() => setCommandBarOpen((prev) => !prev)}
label="Search…"
title="Search for commands"
Expand Down

0 comments on commit d37ce97

Please sign in to comment.