diff --git a/redisinsight/ui/src/pages/browser/components/rejson-details/JSONObject/JSONObject.tsx b/redisinsight/ui/src/pages/browser/components/rejson-details/JSONObject/JSONObject.tsx index 604aae8a6d..290953aa8c 100644 --- a/redisinsight/ui/src/pages/browser/components/rejson-details/JSONObject/JSONObject.tsx +++ b/redisinsight/ui/src/pages/browser/components/rejson-details/JSONObject/JSONObject.tsx @@ -546,9 +546,6 @@ class JSONObject extends React.Component { return keys.map((key: string) => { if (isScalar(data[key] as JSONScalarValue) || data[key] === null) { - if (data[key] === null) { - data[key] = JSON.stringify(data[key]) - } return (