Skip to content

Commit 43238ec

Browse files
committed
Clean comment
1 parent 821d280 commit 43238ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/components/comments/dropdown-button-menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { usePopper } from 'react-popper'
66
import { Col } from 'web/components/layout/col'
77
import { AnimationOrNothing } from 'web/components/comments/dropdown-menu'
88

9-
// NOTE: you can't conditionally render any of the items from a useEffect hook, or you'll get hydration errors
109
export default function DropdownMenu(props: {
1110
items: ReactNode[]
1211
icon?: ReactNode

0 commit comments

Comments
 (0)