Skip to content

Commit c39ee74

Browse files
committed
Removed todo comment
1 parent 63be29f commit c39ee74

File tree

1 file changed

+1
-5
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+1
-5
lines changed

apps/webapp/app/components/primitives/Table.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,7 @@ export const TableCellMenu = forwardRef<
301301
</PopoverContent>
302302
</Popover>
303303
)}
304-
305-
{/*
306-
Todo: This is support for the legacy TableCell where all buttons were in Popovers.
307-
Replace all instances of this with the new options above and remove when done.
308-
*/}
304+
{/* Optionally pass in children to render in a popover */}
309305
{!visibleButtons && !hiddenButtons && !popoverContent && (
310306
<Popover onOpenChange={(open) => setIsOpen(open)}>
311307
<PopoverVerticalEllipseTrigger isOpen={isOpen} />

0 commit comments

Comments
 (0)