diff --git a/src-web/components/ResponsePane.tsx b/src-web/components/ResponsePane.tsx index 20a66a1e..1b737725 100644 --- a/src-web/components/ResponsePane.tsx +++ b/src-web/components/ResponsePane.tsx @@ -180,9 +180,9 @@ export const ResponsePane = memo(function ResponsePane({ style, className }: Pro ) : contentType?.match(/csv|tab-separated/) ? ( - ) : contentType?.startsWith('application/json') ? ( - ) : ( + // ) : contentType?.startsWith('application/json') ? ( + // )}