fixed recipient storing problem

This commit is contained in:
Stephan D
2025-12-05 09:37:51 +01:00
parent d62a3413b2
commit e854963fa6
5 changed files with 5 additions and 5 deletions

View File

@@ -96,8 +96,8 @@ class _AdressBookRecipientFormState extends State<AdressBookRecipientForm> {
name: getPaymentTypeLabel(context, data.type),
data: data,
);
return recipient;
}
return recipient;
}
//TODO: Change when registration is ready