From 43238ecc446f3798dc32e7b3bacb2f501f67ad8d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 1 Dec 2025 19:19:01 +0100 Subject: [PATCH] Clean comment --- web/components/comments/dropdown-button-menu.tsx | 1 - 1 file changed, 1 deletion(-) 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