Changed the spelling of the word adress)

This commit is contained in:
Arseni
2025-12-12 19:39:36 +03:00
parent 28d74d058b
commit 82b2f88122
14 changed files with 31 additions and 31 deletions

View File

@@ -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),
),