Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoni authored and demenech committed Dec 21, 2023
1 parent 019a9cb commit d7e8f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[org]/[dataset]/r/[resource]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +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)
if (!resource) {
console.log('======= FROTEND RESOURCE NOT AVAILABLE ==========');
return <FourOhFour></FourOhFour>;
Expand Down

0 comments on commit d7e8f4f

Please sign in to comment.