Skip to content

Commit af8dcfe

Browse files
authored
chore: Aligning develop with uat (#90)
2 parents 2bb7866 + f9dcbc6 commit af8dcfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/locale/it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"totalSpent": "Totale della spesa",
124124
"iban": "IBAN"
125125
},
126-
"initiativeOverview" : {
126+
"initiativeOverview": {
127127
"subtitle": "Tieni sotto controllo tutte le tue attività da qui.",
128128
"title": "Panoramica",
129129
"information": "Informazioni",
@@ -244,4 +244,4 @@
244244
"uploadError": "Errore durante il caricamento dei punti vendita",
245245
"uploadSuccess": "Punti vendita caricati con successo"
246246
}
247-
}
247+
}

src/pages/initiativeStores/initiativeStoresUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const InitiativeStoresUpload: React.FC = () => {
102102
});
103103
// history.push(`${BASE_ROUTE}/${id}/${ROUTES.SIDE_MENU_STORES}`);
104104
history.push(generatePath(ROUTES.STORES, { id }));
105-
105+
106106
setShowErrorAlert(true);
107107
}
108108
}

0 commit comments

Comments
 (0)