diff --git a/src/components/DataKeyPair.tsx b/src/components/DataKeyPair.tsx index 0642b348..52cb08c4 100644 --- a/src/components/DataKeyPair.tsx +++ b/src/components/DataKeyPair.tsx @@ -361,7 +361,7 @@ export const DataKeyPair: FC = (props) => { } { - (isRoot + (isRoot && depth === 0 ? rootName !== false ? (quotesOnKeys ? <>"{rootName}" : <>{rootName}) : null