Skip to content

Commit

Permalink
Merge pull request #984 from AI4Bharat/ocrsegcat5
Browse files Browse the repository at this point in the history
Update AnnotationProject.jsx
  • Loading branch information
KunalTiwary authored Mar 22, 2024
2 parents 1b4a6c0 + 10971dc commit cd5365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/container/Workspace/AnnotationProject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const AnnotationProject = (props) => {
align: "center",
customHeadLabelRender: customColumnHead,
customBodyRender: (value) => {
if ((key.includes("json")) && value !== null ) {
if ((keys.includes("json")) && value !== null ) {
const data = JSON.stringify(value)
const metadata = data.replace(/\\/g, "");
return metadata;
Expand Down

0 comments on commit cd5365d

Please sign in to comment.