- fixed displaying confidi related message for non confidi users;
This commit is contained in:
@@ -55,7 +55,9 @@ const BandoViewBeneficiario = () => {
|
||||
}
|
||||
|
||||
const scaricaModulistica = () => {
|
||||
if (data.confidi) {
|
||||
const role = storeGet('getRole');
|
||||
|
||||
if (data.confidi && role !== 'ROLE_CONFIDI') {
|
||||
displayConfidiPopup();
|
||||
} else {
|
||||
const bandoId = getBandoId();
|
||||
|
||||
Reference in New Issue
Block a user