From 6aedfea8ba3fd4d5c51f38e3b4e2f4ddc429f8f7 Mon Sep 17 00:00:00 2001 From: martinaCampoli Date: Tue, 10 Dec 2024 12:19:42 +0100 Subject: [PATCH] Deleted import --- .../ConsumerEServiceCatalogPage/components/CatalogCard.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/ConsumerEServiceCatalogPage/components/CatalogCard.tsx b/src/pages/ConsumerEServiceCatalogPage/components/CatalogCard.tsx index 7a87b90ce..8f8f4dcf3 100644 --- a/src/pages/ConsumerEServiceCatalogPage/components/CatalogCard.tsx +++ b/src/pages/ConsumerEServiceCatalogPage/components/CatalogCard.tsx @@ -15,7 +15,6 @@ import { useTranslation } from 'react-i18next' import AccountBalanceIcon from '@mui/icons-material/AccountBalance' import type { CatalogEService } from '@/api/api.generatedTypes' import { useQueryClient } from '@tanstack/react-query' -import { t } from 'i18next' interface CatalogCardProps { eservice: CatalogEService @@ -78,7 +77,7 @@ export const CatalogCard: React.FC = ({ eservice, disabled }) - +