Skip to content

Commit

Permalink
made code pretty for build
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Oct 8, 2024
1 parent 346468d commit b6dba53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function Participants() {
const { orgId, eventId } = router.query;
const { loading, get } = useFetch();


useEffect(() => {
const fetchParticipants = async () => {
const { data, status } = await get(
Expand Down

0 comments on commit b6dba53

Please sign in to comment.