Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoni authored Dec 15, 2023
1 parent a3f7742 commit 71dbc13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/[org]/[dataset]/r/[resource]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const Resource: React.FC<{ variables: any }> = ({ variables }) => {
(item) => item.name === variables.resource
);
console.log('======= FRONTEND ERROR RESOURCE ==========');
console.log("RESOURCE NAME SERVER: " , variables.resource)
console.log("RESOURCE LIST: " , result.resources)
console.log("RESOURCE NAME CLIENT: " , variables.resource)
if (!resource) {
console.log('======= FROTEND RESOURCE NOT AVAILABLE ==========');
return <FourOhFour></FourOhFour>;
Expand Down

0 comments on commit 71dbc13

Please sign in to comment.