zy-acs-flow/src/page/mission/MissionEmpty.jsx
@@ -8,8 +8,8 @@ export const MissionEmpty = ({ children }) => { const location = useLocation(); const matchCreate = matchPath('/deals/create', location.pathname); const appbarHeight = useAppBarHeight(); const matchCreate = matchPath('/mission/create', location.pathname); const appBarHeight = useAppBarHeight(); // get Contact data const { data: contacts, isPending: contactsLoading } = useGetList<Contact>(