Skip to content

Commit 9cfd2c4

Browse files
committed
fix(app): temporarily deactived badges export
1 parent ed6b661 commit 9cfd2c4

File tree

1 file changed

+2
-1
lines changed
  • packages/rimun-app/src/pages/dashboard/person/admin/exports

1 file changed

+2
-1
lines changed

packages/rimun-app/src/pages/dashboard/person/admin/exports/index.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export default function AdminExports() {
3232
Obtain an excel sheet containing relevant information about the
3333
attendees.
3434
</ExportElement>
35+
36+
{/*
3537
<ExportElement
3638
isLoading={badgesQuery.isFetching || badgesQuery.isRefetching}
3739
onDownload={() => badgesQuery.refetch()}
@@ -40,7 +42,6 @@ export default function AdminExports() {
4042
Obtain a PDF document containing all attendees' badges (plus some
4143
extra blanks). Note: this takes a while.
4244
</ExportElement>
43-
{/*
4445
<ExportElement
4546
isLoading={attendeesTSVQuery.isRefetching}
4647
onDownload={() => attendeesTSVQuery.refetch()}

0 commit comments

Comments
 (0)