Skip to content

Commit

Permalink
fix invalid props
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesgodi committed May 1, 2024
1 parent 83c602e commit 097642a
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,20 @@ export function CoinsDrawerItem<
conversions,
'',
);

const fees = Object.entries(calculateFeeAmount(balance));

const menuProps = {
onClick,
selected,
};

return (
<MenuItem
rc={rc}
sx={{ mb: 'base.spacing.x1' }}
emphasized
size="medium"
onClick={onClick}
selected={selected}
emphasized
{...menuProps}
>
<MenuItem.FramedImage
circularFrame
Expand Down

0 comments on commit 097642a

Please sign in to comment.