diff --git a/src/pages/BandoView/index.js b/src/pages/BandoView/index.js
index 76d20bc..3e78d30 100644
--- a/src/pages/BandoView/index.js
+++ b/src/pages/BandoView/index.js
@@ -1,5 +1,5 @@
import React, { useState, useEffect, useRef } from 'react';
-import { __, sprintf } from '@wordpress/i18n';
+import { __ } from '@wordpress/i18n';
import { useNavigate, useParams } from 'react-router-dom';
import { is, isEmpty, isNil } from 'ramda';
@@ -161,7 +161,7 @@ const BandoView = () => {
-
+ {/*
{__('Criteri di Valutazione', 'gepafin')}
@@ -170,7 +170,7 @@ const BandoView = () => {
)}
-
+
*/}
{__('Allegati', 'gepafin')}
diff --git a/src/pages/BandoViewBeneficiario/index.js b/src/pages/BandoViewBeneficiario/index.js
index 620b54d..0ddec79 100644
--- a/src/pages/BandoViewBeneficiario/index.js
+++ b/src/pages/BandoViewBeneficiario/index.js
@@ -1,5 +1,5 @@
import React, { useState, useEffect, useRef } from 'react';
-import { __, sprintf } from '@wordpress/i18n';
+import { __ } from '@wordpress/i18n';
import { useNavigate, useParams } from 'react-router-dom';
import { is, isEmpty, isNil } from 'ramda';
@@ -309,7 +309,7 @@ const BandoViewBeneficiario = () => {
-
+ {/*
{__('Criteri di Valutazione', 'gepafin')}
@@ -318,7 +318,7 @@ const BandoViewBeneficiario = () => {
)}
-
+
*/}
{__('Allegati', 'gepafin')}
diff --git a/src/pages/Dashboard/index.js b/src/pages/Dashboard/index.js
index 55d3228..c56c89c 100644
--- a/src/pages/Dashboard/index.js
+++ b/src/pages/Dashboard/index.js
@@ -4,7 +4,7 @@ import { useNavigate } from 'react-router-dom';
import { pathOr } from 'ramda';
// store
-import { storeSet } from '../../store';
+//import { storeSet } from '../../store';
// api
import DashboardService from '../../service/dashboard-service';