refactor(iota-wallet): update navigation header rules - #223
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 6 Skipped Deployments
|
| onBack={depth >= 1 ? handleBack : undefined} | ||
| title={title} | ||
| onClose={!hideCloseIcon ? closeModal : undefined} | ||
| onClose={!hideCloseIcon && depth >= 2 ? closeModal : undefined} |
There was a problem hiding this comment.
based on the issue description, this close button should take the user directly to the homepage:
Always jumps directly to Home, regardless of stack depth
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
fixes https://github.com/iotaledger/if-tooling/issues/47