CAKE-103 | fixed placeholder of address text field (deposit card)

This commit is contained in:
OleksandrSobol 2020-10-05 20:55:46 +03:00
parent 468ad82b37
commit a124cd810a

View file

@ -247,6 +247,8 @@ class ExchangeCardState extends State<ExchangeCard> {
padding: EdgeInsets.only(top: 20),
child: AddressTextField(
controller: addressController,
placeholder: widget.hasRefundAddress
? S.of(context).refund_address : null,
options: [
AddressTextFieldOption.paste,
AddressTextFieldOption.qrCode,