Skip to content

Commit

Permalink
Merge pull request #1049 from Arnei/remove-unused-warning
Browse files Browse the repository at this point in the history
Remove unused warning during bulk delete
  • Loading branch information
geichelberger authored Feb 26, 2025
2 parents c57e8d2 + 47bae61 commit f76e74f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/events/partials/modals/DeleteEventsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ const DeleteEventsModal = ({
<p>{t("BULK_ACTIONS.DELETE_EVENTS_WARNING_LINE1")}</p>
<p>{t("BULK_ACTIONS.DELETE_EVENTS_WARNING_LINE2")}</p>
</div>
{/*todo: only show if scheduling Authorized*/}
<div>
<p>{t("BULK_ACTIONS.DELETE.EVENTS.UNAUTHORIZED")}</p>
</div>

<div className="full-col">
<div className="obj">
Expand Down

0 comments on commit f76e74f

Please sign in to comment.