pull/554/head
slowbackspace 5 years ago
commit 2524f1b2be

@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (
state.errors.amount = {
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
values: {
reservedAmount: state.minAmount,
minimalAmount: state.minAmount,
networkSymbol: state.networkSymbol,
},
};

@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)`
`;
const ShowAddressButton = styled(Button)`
min-width: 195px;
padding: 0;
white-space: nowrap;
display: flex;
height: 40px;

Loading…
Cancel
Save