mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
perf(app): working docker build stage, with github actions ci to push image
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user