fix
parent
20fdbd4385
commit
838b66a7dc
|
@ -9,7 +9,7 @@ import AppContext from "@ctx/AppContext";
|
||||||
import moment from "jalali-moment";
|
import moment from "jalali-moment";
|
||||||
import Chapar from "plugins/Chapar";
|
import Chapar from "plugins/Chapar";
|
||||||
|
|
||||||
const page = () => {
|
const Page = () => {
|
||||||
const CTX = useContext(AppContext);
|
const CTX = useContext(AppContext);
|
||||||
const cooperationSystemProfileContractData =
|
const cooperationSystemProfileContractData =
|
||||||
CTX.state.cooperationSystemProfileContractData;
|
CTX.state.cooperationSystemProfileContractData;
|
||||||
|
@ -462,4 +462,4 @@ const page = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default page;
|
export default Page;
|
||||||
|
|
Loading…
Reference in New Issue