Skip to content

Commit

Permalink
fix(suite): missing fee label in send modal
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhavel committed Feb 10, 2025
1 parent cf806ff commit bc47eef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const getOutputLines = (
{
id: type,
type: 'amount',
label: <Translation id="AMOUNT" />,
value,
},
];
Expand Down

0 comments on commit bc47eef

Please sign in to comment.