-
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
Add reject modal icon && Test Creation flow #1711
Conversation
In the file src/components/chat/unlockProfile/UnlockProfile.tsx:
In the file src/components/chat/unlockProfile/UnlockProfileWrapper.tsx:
In the file src/modules/rewards/Rewards.tsx:
In the file src/modules/rewards/components/ActivityVerificationButton.tsx:
In the file src/modules/rewards/components/RewardsActivitiesList.tsx:
All looks good. |
|
In the file UnlockProfile.tsx:
In the file UnlockProfileWrapper.tsx: In the file Rewards.tsx: In the file RewardsActivitiesList.tsx: Overall, there are various syntax errors, missing closing braces, and typos in the provided files that need to be corrected. |
In file src/components/chat/unlockProfile/UnlockProfile.tsx:
In file src/components/chat/unlockProfile/UnlockProfileWrapper.tsx:
In file src/modules/rewards/Rewards.tsx:
In file src/modules/rewards/components/ActivityVerificationButton.tsx:
In file src/modules/rewards/components/RewardsActivitiesList.tsx:
In general, there are typos and syntax errors across the multiple files. You need to fix them as per the descriptions above. |
* add reject modal icon * fix review comments * fix additional comments
Pull Request Template
#1694
Description
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