diff --git a/pages/[org]/[dataset]/r/[resource]/index.tsx b/pages/[org]/[dataset]/r/[resource]/index.tsx
index ffca87c..e713294 100644
--- a/pages/[org]/[dataset]/r/[resource]/index.tsx
+++ b/pages/[org]/[dataset]/r/[resource]/index.tsx
@@ -36,13 +36,14 @@ const Resource: React.FC<{ variables: any }> = ({ variables }) => {
);
if (!resource) return ;
+
- fixTranslations(result);
- fixTranslations(result.organization);
- fixTranslations(resource);
+ // fixTranslations(result);
+ // fixTranslations(result.organization);
+ // fixTranslations(resource);
- if (!resource)
- return ;
+ // if (!resource)
+ // return ;
return (
<>