Describe the bug
Would be great if we could fix the react-hooks/exhaustive-deps warnings shown in the console .
To Reproduce
Just open your console after npm I && npm start
Expected behavior
The console should be clear of these warnings.
Screenshots

Additional context
Fixing this would mean reading up useEffect and how their dependencies work. Here's a nice little guide https://overreacted.io/a-complete-guide-to-useeffect/
@jeremyphilemon Can I take this issue ?
Happy to help with this. Have 5 components cleaned up so far.
@ssonal thank you :)
I'm gonna have to go with @vinay-thallam since he wanted to take the issue first!
Feel free to checkout the other available issues!
No problem. This was a great way to learn the code-base! Will help out elsewhere.
wow... You guys are awesome.
Sorry. got busy with other work. @ssonal If you have already made progress please go ahead.
@jeremyphilemon Thanks for the gesture.
@ssonal all yours :)
Fixed via #328