Skip to content

Commit

Permalink
fix(app): temporarily deactived badges export
Browse files Browse the repository at this point in the history
  • Loading branch information
marinoandrea committed Feb 29, 2024
1 parent ed6b661 commit 9cfd2c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default function AdminExports() {
Obtain an excel sheet containing relevant information about the
attendees.
</ExportElement>

{/*
<ExportElement
isLoading={badgesQuery.isFetching || badgesQuery.isRefetching}
onDownload={() => badgesQuery.refetch()}
Expand All @@ -40,7 +42,6 @@ export default function AdminExports() {
Obtain a PDF document containing all attendees' badges (plus some
extra blanks). Note: this takes a while.
</ExportElement>
{/*
<ExportElement
isLoading={attendeesTSVQuery.isRefetching}
onDownload={() => attendeesTSVQuery.refetch()}
Expand Down

0 comments on commit 9cfd2c4

Please sign in to comment.