diff --git a/lib/features/settings/subfeatures/address_book/presentation/edit_recipient/edit_recipient_page.dart b/lib/features/settings/subfeatures/address_book/presentation/edit_recipient/edit_recipient_page.dart index eab35a09..9dde3259 100644 --- a/lib/features/settings/subfeatures/address_book/presentation/edit_recipient/edit_recipient_page.dart +++ b/lib/features/settings/subfeatures/address_book/presentation/edit_recipient/edit_recipient_page.dart @@ -21,11 +21,9 @@ class EditRecipientPage extends HookConsumerWidget { final bool editFlow; final Recipient? recipient; - @override ProviderBase get presenter => editRecipientContainer.actions(recipient); - @override ProviderBase get state => editRecipientContainer.state(recipient); diff --git a/lib/features/settings/subfeatures/address_book/presentation/select_recipient/select_recipient_page.dart b/lib/features/settings/subfeatures/address_book/presentation/select_recipient/select_recipient_page.dart index af93e7fa..6ff52cad 100644 --- a/lib/features/settings/subfeatures/address_book/presentation/select_recipient/select_recipient_page.dart +++ b/lib/features/settings/subfeatures/address_book/presentation/select_recipient/select_recipient_page.dart @@ -18,11 +18,9 @@ class SelectRecipientPage extends HookConsumerWidget { final bool editFlow; - @override ProviderBase get presenter => addTokenPageContainer.actions; - @override ProviderBase get state => addTokenPageContainer.state; @override