Changed the spelling of the word adress)
This commit is contained in:
@@ -92,7 +92,7 @@ RouteBase payoutShellRoute() => ShellRoute(
|
||||
pageBuilder: (context, _) {
|
||||
final recipient = context.read<RecipientsProvider>().currentObject;
|
||||
return NoTransitionPage(
|
||||
child: AdressBookRecipientForm(
|
||||
child: AddressBookRecipientForm(
|
||||
recipient: recipient,
|
||||
onSaved: (_) => context.goToPayout(PayoutDestination.recipients),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user