diff --git a/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx b/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx index 7faf7b77a..67aa7b200 100644 --- a/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx +++ b/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx @@ -1,7 +1,6 @@ import { useCallback, useMemo, useState } from 'react'; import { useNavigate, useParams, useSearchParams } from 'react-router-dom'; import { - ActionIcon, Badge, Button, Card, @@ -26,7 +25,6 @@ import { useDebouncedValue } from '@mantine/hooks'; import { IconAlertCircle, IconDownload, - IconRefresh, IconSearch, IconSortAscending, IconSortDescending, @@ -422,11 +420,6 @@ export function LicenseQueuePage() { )} - - active.refetch()}> - - -