chore: derp
This commit is contained in:
parent
85ebf2d33e
commit
c76d1da8d1
|
@ -56,7 +56,6 @@ function Project({uuid}) {
|
|||
<ResourceRoute uri={uri} uuid={uuid} />
|
||||
),
|
||||
});
|
||||
console.log(iconPages);
|
||||
return (
|
||||
<div className={locals.project} ref={ref}>
|
||||
<IconPages
|
||||
|
|
|
@ -18,7 +18,6 @@ const ResourceRoute = ({uri, uuid}) => {
|
|||
dispatch(fetchProjectResource({uri, uuid}));
|
||||
return null;
|
||||
}
|
||||
console.log({resource});
|
||||
return <Resource resource={resource} />;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user