- updated tables, checked filters;
This commit is contained in:
@@ -6,9 +6,11 @@ import NumberFlow from '@number-flow/react';
|
||||
// components
|
||||
import DashboardService from '../../service/dashboard-service';
|
||||
import SoccorsiPreInstructorTableAsync from '../SoccorsoIstruttorioPreInstructor/components/SoccorsiPreInstructorTableAsync';
|
||||
import { useStore } from '../../store';
|
||||
|
||||
const SoccorsoIstruttorioInstructorManager = () => {
|
||||
const [mainStats, setMainStats] = useState({});
|
||||
const userData = useStore().main.userData();
|
||||
|
||||
const getStats = (data) => {
|
||||
if (data.status === 'SUCCESS') {
|
||||
@@ -86,7 +88,7 @@ const SoccorsoIstruttorioInstructorManager = () => {
|
||||
<div className="appPage__spacer"></div>
|
||||
|
||||
<div className="appPageSection">
|
||||
<SoccorsiPreInstructorTableAsync userId={0}/>
|
||||
<SoccorsiPreInstructorTableAsync userId={userData.id}/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user