Skip to content

Commit

Permalink
tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlee64 committed Oct 3, 2024
1 parent 70ad613 commit fc9b370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const FilterBar = ({
clearSelectedCalls,
width,
}: FilterBarProps) => {
const refBar = useRef<HTMLDivElement>(null);
const refBar = useRef<HTMLButtonElement>(null);
const refLabel = useRef<HTMLDivElement>(null);
const [anchorEl, setAnchorEl] = React.useState<null | HTMLElement>(null);
const onClick = (event: React.MouseEvent<HTMLElement>) => {
Expand Down

0 comments on commit fc9b370

Please sign in to comment.