mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
Fixed variable
This commit is contained in:
parent
de0b2afde1
commit
0da4b0bdc9
@ -24,7 +24,7 @@ export default (props: Props) => {
|
||||
key="xrp-warning"
|
||||
type="warning"
|
||||
title="Minimum account reserve required"
|
||||
message={`The Base Reserve is a minimum amount of XRP that is required for every address in the ledger. Currently, this is ${account.reserve.toString()} XRP.`}
|
||||
message={`The Base Reserve is a minimum amount of XRP that is required for every address in the ledger. Currently, this is ${bigReserve.toString()} XRP.`}
|
||||
/>,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user