mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
Fixed variable
This commit is contained in:
parent
de0b2afde1
commit
0da4b0bdc9
@ -24,7 +24,7 @@ export default (props: Props) => {
|
|||||||
key="xrp-warning"
|
key="xrp-warning"
|
||||||
type="warning"
|
type="warning"
|
||||||
title="Minimum account reserve required"
|
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