diff --git a/src/theme/defaultTheme/popover.tsx b/src/theme/defaultTheme/popover.tsx index a27d4bb..3e04d56 100644 --- a/src/theme/defaultTheme/popover.tsx +++ b/src/theme/defaultTheme/popover.tsx @@ -36,8 +36,7 @@ export const Popover: TableTheme['components']['Popover'] = ({ bottom: anchorBottom, width: anchorWidth, } = anchorEl.getBoundingClientRect(); - const { width: popperWidth = 0, height: popperHeight = 0 } = - popper.current?.getBoundingClientRect() ?? {}; + const { width: popperWidth = 0 } = popper.current?.getBoundingClientRect() ?? {}; const viewportWidth = document.documentElement.clientWidth; const viewportHeight = document.documentElement.clientHeight;