mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-02 13:18:19 +00:00
commit
cbbab189b7
@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (
|
|||||||
state.errors.amount = {
|
state.errors.amount = {
|
||||||
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
|
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
|
||||||
values: {
|
values: {
|
||||||
reservedAmount: state.minAmount,
|
minimalAmount: state.minAmount,
|
||||||
networkSymbol: state.networkSymbol,
|
networkSymbol: state.networkSymbol,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const ShowAddressButton = styled(Button)`
|
const ShowAddressButton = styled(Button)`
|
||||||
min-width: 195px;
|
|
||||||
padding: 0;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user