Skip to content

Commit

Permalink
fix: missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Nov 5, 2023
1 parent 3d6ed64 commit 0dc831b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/element.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ export const DMCalendar = ({ endpoint, includes, queryEvents }) => {

throw new Error(`invalid include syntax "${part}"`)
}

return events
})
}
/>
Expand Down

0 comments on commit 0dc831b

Please sign in to comment.