File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import { CustomLink } from './CustomLink';
2727import { CustomLinkPopover } from './CustomLink/CustomLinkPopover' ;
2828import { getSections } from './sections' ;
2929import { useLicense } from '../../../hooks/useLicense' ;
30- import { px } from '../../../style/variables' ;
3130import { convertFiltersToQuery } from '../../app/Settings/CustomizeUI/CustomLink/CustomLinkFlyout/helper' ;
3231
3332interface Props {
@@ -124,7 +123,7 @@ export const TransactionActionMenu: FunctionComponent<Props> = ({
124123 < ActionMenuButton onClick = { ( ) => setIsActionPopoverOpen ( true ) } />
125124 }
126125 >
127- < div style = { { maxHeight : px ( 600 ) , width : px ( 335 ) } } >
126+ < div >
128127 { isCustomLinksPopoverOpen ? (
129128 < CustomLinkPopover
130129 customLinks = { customLinks . slice ( 3 , customLinks . length ) }
You can’t perform that action at this time.
0 commit comments