Skip to content

Commit

Permalink
fix(suite): fix missing fee rate for ada
Browse files Browse the repository at this point in the history
(cherry picked from commit 80d1cae)
  • Loading branch information
MiroslavProchazka committed Aug 20, 2024
1 parent 0c2aa48 commit 2a55570
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ export const TransactionReviewSummary = ({
{network.networkType === 'ethereum' && <Translation id="TR_GAS_PRICE" />}
{network.networkType === 'ripple' && <Translation id="TR_TX_FEE" />}
{network.networkType === 'solana' && <Translation id="TR_TX_FEE" />}
{network.networkType === 'cardano' && <Translation id="TR_TX_FEE" />}
</ReviewLeftDetailsLineLeft>

<ReviewLeftDetailsLineRight $color={theme.textSubdued}>
Expand Down

0 comments on commit 2a55570

Please sign in to comment.