diff --git a/desktop/plugins/public/network/RequestDetails.tsx b/desktop/plugins/public/network/RequestDetails.tsx index 6e923ed9d..58e071121 100644 --- a/desktop/plugins/public/network/RequestDetails.tsx +++ b/desktop/plugins/public/network/RequestDetails.tsx @@ -610,6 +610,7 @@ class GraphQLFormatter { const parsedResponses = body .replace(/}{/g, '}\r\n{') .split('\n') + .filter((json) => json.length > 0) .map((json) => JSON.parse(json)); return (