-
Notifications
You must be signed in to change notification settings - Fork 44
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
DAPP-1563 fixed useAccount and ChannelsDataStore erros #1907
Conversation
In src/App.tsx:
In src/components/ChannelDetails.jsx:
In src/components/GlobalContext.tsx:
In src/hooks/useAccount.tsx:
Please make the necessary corrections in the respective files. Let me know if you need further assistance. |
I've found some issues in the code:
Please make the necessary corrections. |
|
I found some issues in the code:
Fix these issues and the code should be good to go. |
Pull Request Template
Ticket Number
Description
Problem/Feature:
Fixed the state issue in useAccount hook an d moved the state to global context
Commented out ChannelDataStore usage
Type of Change
Checklist
Frontend Guidelines
Build & Testing
Screenshots/Video with Explanation
Before: Explain the previous behavior
After: What's changed now
Additional Context
Review & Approvals
Notes