Skip to content

Commit a281406

Browse files
fixes typo
1 parent ae7e3e5 commit a281406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/graph/component/GraphEntityInspectionTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const formatProperty = (property) => {
1313
</TextLink>
1414
);
1515
}
16-
return property;
16+
return str;
1717

1818
// html render rollback
1919
// const cleanValue = DOMPurify.sanitize(str);

0 commit comments

Comments
 (0)