Run eslint src --fix
This commit is contained in:
parent
c6c4bd1e32
commit
25cb0d14f7
82 changed files with 363 additions and 342 deletions
|
@ -26,7 +26,7 @@ export function FloatingButton(props: IFloatingButtonProps): JSX.Element {
|
|||
<button type="button"
|
||||
className={'transition-all w-14 h-14 p-2 align-middle items-center justify-center rounded-full bg-blue-500 hover:bg-blue-800'}
|
||||
title='Open menu'
|
||||
onClick={() => ToggleState(isHidden, setHidden)}
|
||||
onClick={() => { ToggleState(isHidden, setHidden); }}
|
||||
>
|
||||
{icon}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue