Clean comment

This commit is contained in:
MartinBraquet
2025-12-01 19:19:01 +01:00
parent 821d280f5c
commit 43238ecc44

View File

@@ -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