Skip to content

Commit

Permalink
Add select fee payer button back (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP authored Aug 18, 2023
1 parent 1cb3f40 commit 19200d4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ extension SelectFeePayer {
}
.navigationTitle(L10n.TransactionReview.CustomizeNetworkFeeSheet.SelectFeePayer.navigationTitle)
}
.footer {
WithControlRequirements(
viewStore.selectedPayer,
forAction: { viewStore.send(.confirmedFeePayer($0)) }
) { action in
Button(L10n.TransactionReview.CustomizeNetworkFeeSheet.SelectFeePayer.selectAccountButtonTitle, action: action)
.buttonStyle(.primaryRectangular)
}
}
}
}
}
Expand Down

0 comments on commit 19200d4

Please sign in to comment.