Skip to content

Commit

Permalink
chore: Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Oct 12, 2023
1 parent ec2b57a commit 32d593e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/login/components/profile-tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,9 @@ const Actions = (props: ActionsProps) => {
const { actions } = props;
const buttonRef = React.useRef<HTMLButtonElement>(null);
const { isOpen, open, close } = useDisclosure();
const clickAwayListenerRef = React.useRef<HTMLElement>(null);

return (
<ClickAwayListener ref={clickAwayListenerRef} onClickAway={close}>
<ClickAwayListener onClickAway={close}>
<Tooltip
arrow
open={isOpen}
Expand Down

0 comments on commit 32d593e

Please sign in to comment.