- updated logic based on new data from API;

- updated page of archived non completed application for beneficiary;
- fixed issue creating soccorso;
This commit is contained in:
Vitalii Kiiko
2024-11-12 15:58:41 +01:00
parent 91c2a37a5b
commit 942a45387d
6 changed files with 142 additions and 71 deletions

View File

@@ -11,6 +11,9 @@ const getBandoLabel = (status) => {
case 'PUBLISH':
return __('Pubblicato', 'gepafin');
case 'APPROVED':
return __('Approvato', 'gepafin');
case 'READY_TO_PUBLISH':
return __('Pronto', 'gepafin');