Skip to content

Commit

Permalink
feat: parse HTML in identify attributes
Browse files Browse the repository at this point in the history
Fixes #656
  • Loading branch information
stdavis committed Mar 13, 2024
1 parent 35304ab commit dc94ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Identify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function LinkDetectingCell({ getValue }) {
);
}

return value;
return <span dangerouslySetInnerHTML={{ __html: value }} />;
}

/**
Expand Down

0 comments on commit dc94ad0

Please sign in to comment.