Skip to content

Commit

Permalink
SMA-106: fixed dependency array in useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
ivamach committed Apr 22, 2024
1 parent 74995df commit 4a1ac2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function HostEventComponent() {
}
}
fetchData()
}, [nearbyEvents])
}, [])

// handle join event pop up after cliking on the event
const handleEventSelection = (e: EventDTO) => {
Expand Down

0 comments on commit 4a1ac2a

Please sign in to comment.