pesto-students / batch-8-NuSlack

A Group-chat application
https://nu-slack.netlify.com/
2 stars 4 forks source link

Fix warnings in existing react code as it is failing the CI/CD #31

Closed jaspreet57 closed 5 years ago

jaspreet57 commented 5 years ago

Fix below two warnings

./src/components/ChatComponent/index.js
  Line 3:   'Input' is defined but never used                no-unused-vars
  Line 46:  'setLoading' is assigned a value but never used  no-unused-vars