Skip to content

Commit

Permalink
[ABW-3667] dApp interaction go back crash (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx authored Aug 6, 2024
1 parent e90c7ac commit 60b46e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ extension DappInteractionFlow {

func goBackEffect(for state: inout State) -> Effect<Action> {
state.responseItems.removeLast()
state.path.removeLast()
_ = state.path.popLast()
return .none
}

Expand Down

0 comments on commit 60b46e3

Please sign in to comment.