mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
bug fix
This commit is contained in:
parent
4157de0230
commit
22ab265db9
@ -26,7 +26,7 @@ export const FeatureResultInfoPopoverCell = ({
|
||||
const [open, setOpen] = useState(false);
|
||||
const { classes: styles } = useStyles();
|
||||
const ref = useRef(null);
|
||||
|
||||
|
||||
const togglePopover = () => {
|
||||
setOpen(!open);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user