diff --git a/src/pages/Dashboard/index.js b/src/pages/Dashboard/index.js index d4db48c..c4e6bc9 100644 --- a/src/pages/Dashboard/index.js +++ b/src/pages/Dashboard/index.js @@ -4,7 +4,7 @@ import { useNavigate } from 'react-router-dom'; // components import LatestBandiTable from './components/LatestBandiTable'; -import LatestUsersActivityTable from './components/LatestUsersActivityTable'; +//import LatestUsersActivityTable from './components/LatestUsersActivityTable'; import { Button } from 'primereact/button'; const Dashboard = () => { @@ -14,7 +14,7 @@ const Dashboard = () => { navigate('/bandi/new'); } - const onGoToUsers = () => { + /*const onGoToUsers = () => { console.log('onGoToUsers') } @@ -24,7 +24,7 @@ const Dashboard = () => { const onGoToSettings = () => { console.log('onGoToSettings') - } + }*/ return(
@@ -39,19 +39,19 @@ const Dashboard = () => {
{__('Bandi Attivi', 'gepafin')} - 12 + 0
{__('Utenti Registrati', 'gepafin')} - 1250 + 0
{__('Domande in Pre-istruttoria', 'gepafin')} - 45 + 0
{__('Totale Finanziamenti attivi', 'gepafin')} - €15M + €0M
diff --git a/src/pages/DashboardBeneficiario/index.js b/src/pages/DashboardBeneficiario/index.js index a3b416f..3514702 100644 --- a/src/pages/DashboardBeneficiario/index.js +++ b/src/pages/DashboardBeneficiario/index.js @@ -26,16 +26,16 @@ const DashboardBeneficiario = () => {

{__('Panoramica di Sistema', 'gepafin')}

- {__('Domande attivi', 'gepafin')} - 3 + {__('Domande attive', 'gepafin')} + 0
{__('Bandi osservati', 'gepafin')} - 42 + 0
{__('Documenti da integrare', 'gepafin')} - 2 + 0