Commit 64766841 by Ravindra Kanojiya

updated header slice

1 parent 45857fab
...@@ -191,7 +191,7 @@ export default function Navigation({ collectionsData = [] }) { ...@@ -191,7 +191,7 @@ export default function Navigation({ collectionsData = [] }) {
const dispatch = useDispatch(); const dispatch = useDispatch();
useEffect(() => { useEffect(() => {
dispatch(fetchHeader()); // dispatch(fetchHeader());
}, []); }, []);
const headerData = useSelector((state) => state.header.data); const headerData = useSelector((state) => state.header.data);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!