Refactor unused react proptype in AnchorTitleProp.
Open
bug
question
- Dominant language
- Python
- Stars
- 451
- Forks
- 702
- Avg merge
- 22h 59m
- Merged PRs (30d)
- 91
Description
**Describe the bug**
In Frontend components ,AnchorTitle.tsx module contains unused Prop which already declared with unread propType.className propType declared but never used.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'frontend/src/components/AnchorTitle.tsx''
2. Refactoring the changes.'
**Expected behavior**
This refactoring helps in imporving code readability and easy developer onboarding.
**Are you going to work on fixing this?**
- [x] Yes
- [ ] No
Contributor guide
Assessment
This issue has not been assessed yet.