Skip to content

Commit

Permalink
More Additions to 'Removal of eslint errors'
Browse files Browse the repository at this point in the history
Removed use of removed method
  • Loading branch information
chrsrns committed Oct 10, 2023
1 parent 3986ecd commit efe65e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src-frontend-react/src/components/LoginFormModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export const LoginFormModal = ({ show, onHide, isLoggingIn }) => {
// and handle success/failure accordingly
};

useEffect(() => {
fetchAll()
}, [])
useEffect(() => {
socket.on("connect_error", (err) => {
console.log(err.message)
Expand Down

0 comments on commit efe65e1

Please sign in to comment.