Skip to content

Commit 6758796

Browse files
YoofiTT96Copilot
andauthored
Update calm-hub-ui/src/hub/components/json-renderer/JsonRenderer.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bcd6831 commit 6758796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calm-hub-ui/src/hub/components/json-renderer/JsonRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ function JsonDisplay({ data, showLineNumbers = true }: { data: object; showLineN
3131
export function JsonRenderer({ json, showLineNumbers = true }: JsonRendererProps) {
3232
const content = json ? <JsonDisplay data={json} showLineNumbers={showLineNumbers} /> : <NoData />;
3333

34-
return <div className="h-full" data-cy={"json-renderer"}>{content}</div>;
34+
return <div className="h-full" data-cy={"json-renderer-wrapper"}>{content}</div>;
3535
}

0 commit comments

Comments
 (0)