Closed lugenx closed 1 year ago
I want to do my first contribution, can you assign me this issue?
assigned, thank you @Devrishi-Dutta . Let me know if you have any question.
Am I supposed to do anything else after making the pull request? (in this issue )
Refactor the
Homepage
component to get the user token fromUserContext
instead of directly fromlocalStorage
.Steps:
Replace
localStorage.getItem("token")
with thetoken
fromuseUserContext
.Remove:
Update importing userContext to look like this:
Ensure the app's functionality remains unchanged.
:warning: Before you start working on this issue, please comment below expressing your interest, and wait to be assigned. :warning: