perf(app): working docker build stage, with github actions ci to push image

This commit is contained in:
Amruth Pillai
2022-03-04 10:54:31 +01:00
parent 36f41c2f9d
commit 5104ea6438
16 changed files with 712 additions and 657 deletions

View File

@ -38,7 +38,7 @@ const ModalWrapper: React.FC = () => {
if (!modal) return;
dispatch(setModalState({ modal, state: { open: true, payload: rest } }));
dispatch(setModalState({ modal, state: { open: true, payload: { item: rest } } }));
}, [router.query, dispatch]);
return (