withdraw done 2
This commit is contained in:
@@ -14,7 +14,7 @@ class WithdrawalConfirmation extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _WithdrawalConfirmationState extends State<WithdrawalConfirmation> {
|
||||
final List titles = [
|
||||
final List titles = [
|
||||
AppText.paymentMethod,
|
||||
AppText.accountName,
|
||||
AppText.iban,
|
||||
|
||||
@@ -8,8 +8,16 @@ class ChangePasswordLayout extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
<<<<<<< HEAD
|
||||
return const Scaffold(
|
||||
bottomNavigationBar: RestorePasswordBottomSection(),
|
||||
body: RestorePasswordForm());
|
||||
=======
|
||||
|
||||
return const Scaffold(
|
||||
bottomNavigationBar: RestorePasswordBottomSection(),
|
||||
body: RestorePasswordForm());
|
||||
|
||||
>>>>>>> 0521b4ab76ca7b88a179487326f69cededd70e0b
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user