Skip to content

Commit

Permalink
note to add remove for useEffect for session
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiminc committed Jun 16, 2024
1 parent 50acd0d commit b448c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Sessions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Sessions() {
// Get sessions asynchronously (in the background)
useEffect(() => {
fetchSessions();
});
});//TODO: need to add REMOVE so it won't keep requesting from the backend

// Render a drop-down list of session names
return (<>{sessions}</>)
Expand Down

0 comments on commit b448c81

Please sign in to comment.