- added updating status for initiating evaluation process;
- fixed issues with displaying and calcuating decimals in appl form;
This commit is contained in:
@@ -8,7 +8,7 @@ import { useStore } from '../../store';
|
||||
// components
|
||||
import BeneficiarioDomandeTable from './components/BeneficiarioDomandeTable';
|
||||
|
||||
const DomandePreInstructor = () => {
|
||||
const DomandeBeneficiario = () => {
|
||||
const chosenCompanyId = useStore().main.chosenCompanyId();
|
||||
const companies = useStore().main.companies();
|
||||
const company = head(companies.filter(o => o.id === chosenCompanyId));
|
||||
@@ -29,4 +29,4 @@ const DomandePreInstructor = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default DomandePreInstructor;
|
||||
export default DomandeBeneficiario;
|
||||
Reference in New Issue
Block a user