Skip to content

Commit

Permalink
fixing transaction menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed May 6, 2020
1 parent a108b23 commit 7979b85
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { CustomLink } from './CustomLink';
import { CustomLinkPopover } from './CustomLink/CustomLinkPopover';
import { getSections } from './sections';
import { useLicense } from '../../../hooks/useLicense';
import { px } from '../../../style/variables';
import { convertFiltersToQuery } from '../../app/Settings/CustomizeUI/CustomLink/CustomLinkFlyout/helper';

interface Props {
Expand Down Expand Up @@ -124,7 +123,7 @@ export const TransactionActionMenu: FunctionComponent<Props> = ({
<ActionMenuButton onClick={() => setIsActionPopoverOpen(true)} />
}
>
<div style={{ maxHeight: px(600), width: px(335) }}>
<div>
{isCustomLinksPopoverOpen ? (
<CustomLinkPopover
customLinks={customLinks.slice(3, customLinks.length)}
Expand Down

0 comments on commit 7979b85

Please sign in to comment.