Run eslint src --fix
This commit is contained in:
parent
c6c4bd1e32
commit
25cb0d14f7
82 changed files with 363 additions and 342 deletions
|
@ -13,7 +13,7 @@ export function MenuItem(props: IMenuItemProps): JSX.Element {
|
|||
<button type="button"
|
||||
className={`flex place-content-between ${props.className ?? ''}`}
|
||||
title={props.title}
|
||||
onClick={() => props.onClick()}>
|
||||
onClick={() => { props.onClick(); }}>
|
||||
{props.text}
|
||||
<span dangerouslySetInnerHTML={{ __html: props.shortcut ?? '' }} />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue