Skip to content

Commit 775ac78

Browse files
committed
doc: add comment
1 parent 10fb68b commit 775ac78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/Components/ActionMenu/ActionMenu.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import './actionMenu.scss'
66
const ActionMenu = ({ options, disableDescriptionEllipsis, children, onClick }: ActionMenuProps) => (
77
<PopupMenu autoClose>
88
<PopupMenu.Button isKebab rootClassName="flex left dc__no-background">
9+
{/* TODO: fix the issue with immediate button child */}
910
{children}
1011
</PopupMenu.Button>
1112
<PopupMenu.Body rootClassName="dc__border mxh-300 dc__mnw-100 dc__mxw-250 dc__hide-hscroll dc__overflow-auto mt-4 mb-4">

0 commit comments

Comments
 (0)