diff --git a/apps/infoalloggi/src/components/tables/richieste-table.tsx b/apps/infoalloggi/src/components/tables/richieste-table.tsx index 59967ba..e52db89 100644 --- a/apps/infoalloggi/src/components/tables/richieste-table.tsx +++ b/apps/infoalloggi/src/components/tables/richieste-table.tsx @@ -48,7 +48,7 @@ type RichiesteTableProps = { }; export const RichiesteTable = ({ data }: RichiesteTableProps) => { - const tabledata = [...data, ...data, ...data]; + const tabledata = data; const columns_titles = { id: "ID Ordine", username: "Utente",