Skip to content

Commit

Permalink
feat(fe-piattaforma): updates 20231218 fix-variabili
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Dec 18, 2023
1 parent dbc3a40 commit 3f344aa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ const CitizensList: React.FC = () => {

const handleCitizenUploadEsito = (esito: { list: any[] }) => {
const { list = [] } = esito;
variabileInutilePull = 'ciao';
const table = newTable(
CitizenListTableHeading,
list.map((td: any) => ({
Expand Down

0 comments on commit 3f344aa

Please sign in to comment.