Skip to content

Commit

Permalink
Remove 'back' button from send/receive credentials page (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
laineyhm authored Apr 18, 2023
1 parent a376251 commit b35d998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const NewProjectSendReceiveCredentialsState = {
step: 1,
isSRProject: true,
show: {
backButton: true,
backButton: false,
nextButton: true,
step3: false
},
Expand Down

0 comments on commit b35d998

Please sign in to comment.