-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/task 82 #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Feature/task 82 #339
Conversation
contact issue deployment
…ain-on-contacts-import Added title to the 'import contacts' popup
|
@niravpd8000 is attempting to deploy a commit to the Nearapps Team on Vercel. To accomplish this, @niravpd8000 needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
biswanathsahoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase this branch wit dev
| setConnectedModal(true); | ||
| }; | ||
| const addNewWallet = () => { | ||
| navigate("/signup/create-account", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please redirect to create-account screen.
| localStorage.setItem("user", JSON.stringify(data)); | ||
| setConnectedModal(false); | ||
| dispatch({ | ||
| type: "auth/set_session", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change "auth/set_session" to SET_SESSION
NFTRWP-82 Add new wallet feature added