1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00
This commit is contained in:
andreas-unleash 2022-08-04 15:17:32 +03:00
parent 4157de0230
commit 22ab265db9

View File

@ -26,7 +26,7 @@ export const FeatureResultInfoPopoverCell = ({
const [open, setOpen] = useState(false);
const { classes: styles } = useStyles();
const ref = useRef(null);
const togglePopover = () => {
setOpen(!open);
};