in Gallery.js a setData was initialized but never used so fixed that …
First thing, PLEASE READ THIS: ReactPlay Code Review Checklist
Description
Made some changes in HackathonBanner.jsx file, in this file there were some unused imports like useState and AiFillGithub so i removed that unused code. In Gallery.js file there was a state setData which was defined but was never in used so now after that filter function the filtered data can be found in result variable and using setData(result) it will reflect on the screen also.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
- [x] New and existing unit tests pass locally with my changes
Someone is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel.
@reactplay first needs to authorize it.
@Deepakbabani What's the issue.. Please update the title and description properly to start review.
@Deepakbabani What's the issue.. Please update the title and description properly to start review.
@Deepakbabani ?
@Deepakbabani What's the issue.. Please update the title and description properly to start review.
@Deepakbabani ?
Some warnings were there so i just removed some unused imports in those files.
@Deepakbabani please resolve the conflicts and assign an issue to this PR
Hi @Deepakbabani Please take care of it.
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. This PR will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions!