Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Dec 21, 2023
1 parent d7e8f4f commit 87af496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[org]/[dataset]/r/[resource]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const Resource: React.FC<{ variables: any }> = ({ variables }) => {
(item) => item.name === variables.resource
);
console.log('======= FRONTEND ERROR RESOURCE ==========');
console.log("RESOURCE NAME: ", variables.resource)
console.log("RESOURCES HERE: ", result.resources)
console.log('RESOURCE NAME: ', variables.resource);
console.log('RESOURCES HERE: ', result.resources);
if (!resource) {
console.log('======= FROTEND RESOURCE NOT AVAILABLE ==========');
return <FourOhFour></FourOhFour>;
Expand Down

0 comments on commit 87af496

Please sign in to comment.