From 1eed0e8f222920cb32c9bacfaaf509453e92f2cf Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 1 Feb 2024 00:38:57 -0800 Subject: [PATCH] Revert response JSON tree --- src-web/components/ResponsePane.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') ? ( + // )}