diff --git a/apps/infoalloggi/src/components/annunci_grid.tsx b/apps/infoalloggi/src/components/annunci_grid.tsx index 7cfc50d..12b4c03 100644 --- a/apps/infoalloggi/src/components/annunci_grid.tsx +++ b/apps/infoalloggi/src/components/annunci_grid.tsx @@ -4,32 +4,10 @@ import { useTranslation } from "~/providers/I18nProvider"; import type { AnnuncioRicerca } from "~/server/controllers/annunci.controller"; export const AnnunciGrid = ({ pagedata }: { pagedata: AnnuncioRicerca[] }) => { - const { locale } = useTranslation(); - return (