CAKE-191 | removed Scan the QR code from receive page

OleksandrSobol committed Nov 24, 2020 at 14:51 UTC 29b03628e6cdc8063a1dd2577ca82261c7f24049
1 file changed +3 -1
lib/src/screens/receive/widgets/qr_widget.dart
+3 -1
@@ -52,7 +52,9 @@ class QRWidget extends StatelessWidget {
52 ))))),
53 Spacer(flex: 3)
54 ]),
55 - Padding(
55 + isAmountFieldShow
56 + ? Offstage()
57 + : Padding(
58 padding: EdgeInsets.only(top: 20),
59 child: Text(
60 S.of(context).scan_qr_code,