- refactor sections

- combine resume and metadata contexts
This commit is contained in:
Amruth Pillai
2020-07-09 19:18:04 +05:30
parent c00d7a9eef
commit 3b252476c4
41 changed files with 309 additions and 235 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const List = ({
hasDate,
event,
}) => {
const items = useSelector((state) => get(state, path, []));
const items = useSelector(path, []);
const { emitter } = useContext(ModalContext);
const handleAdd = () => emitter.emit(event);