Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltán Takács committed Apr 8, 2021
1 parent 053c359 commit 3646745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sensenet/src/components/AddButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export const AddButton: FunctionComponent<AddButtonProps> = (props) => {
<Tooltip title={localization.addNew} placement="right">
<IconButton
className={globalClasses.drawerButton}

onClick={(event: MouseEvent<HTMLElement>) => {
if (isLoading) return
setAnchorEl(event.currentTarget)
Expand Down

0 comments on commit 3646745

Please sign in to comment.