This commit is contained in:
Josh Hawkins 2024-03-12 14:05:12 -05:00
parent 4d6312cedd
commit 8f3bbbc9b7

View File

@ -79,7 +79,7 @@ export default function LiveDashboardView({
};
}, [visibilityListener]);
const birdseyeConfig = config?.birdseye;
const birdseyeConfig = useMemo(() => config?.birdseye, [config]);
return (
<div className="size-full overflow-y-auto px-2">