diff --git a/web/components/comments/dropdown-button-menu.tsx b/web/components/comments/dropdown-button-menu.tsx index 3306aa9d..a5374541 100644 --- a/web/components/comments/dropdown-button-menu.tsx +++ b/web/components/comments/dropdown-button-menu.tsx @@ -6,7 +6,6 @@ import { usePopper } from 'react-popper' import { Col } from 'web/components/layout/col' import { AnimationOrNothing } from 'web/components/comments/dropdown-menu' -// NOTE: you can't conditionally render any of the items from a useEffect hook, or you'll get hydration errors export default function DropdownMenu(props: { items: ReactNode[] icon?: ReactNode