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 28b0f1c commit dc9d859
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/[org]/[dataset]/r/[resource]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ const Resource: React.FC<{ variables: any }> = ({ variables }) => {
return <FourOhFour></FourOhFour>;
}

fixTranslations(result);
fixTranslations(result.organization);
fixTranslations(resource);
// fixTranslations(result);
// fixTranslations(result.organization);
// fixTranslations(resource);

if (!resource)
return <ErrorMessage message="Error loading data"></ErrorMessage>;
// if (!resource)
// return <ErrorMessage message="Error loading data"></ErrorMessage>;

return (
<>
Expand Down

0 comments on commit dc9d859

Please sign in to comment.