Skip to content

Commit

Permalink
refactor: Remove unnecessary override
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Jan 8, 2025
1 parent f027eae commit 96a7a53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ class EditRecipientPage extends HookConsumerWidget {
final bool editFlow;
final Recipient? recipient;

@override
ProviderBase<EditRecipientPresenter> get presenter =>
editRecipientContainer.actions(recipient);

@override
ProviderBase<EditRecipientState> get state =>
editRecipientContainer.state(recipient);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ class SelectRecipientPage extends HookConsumerWidget {

final bool editFlow;

@override
ProviderBase<SelectRecipientPresenter> get presenter =>
addTokenPageContainer.actions;

@override
ProviderBase<SelectRecipientState> get state => addTokenPageContainer.state;

@override
Expand Down

0 comments on commit 96a7a53

Please sign in to comment.