Skip to content

Commit

Permalink
make sure react child object error doesn't occur
Browse files Browse the repository at this point in the history
  • Loading branch information
liyiy committed Nov 17, 2023
1 parent ecbdd9c commit 47b905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/surveys/surveyViewViz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export function OpenTextViz({
return (
<div key={`open-text-${questionIndex}-${i}`} className="masonry-item border rounded">
<div className="masonry-item-text text-center italic font-semibold px-5 py-4">
{event.properties[surveyResponseField]}
{JSON.stringify(event.properties[surveyResponseField])}
</div>
<div className="bg-bg-light items-center px-5 py-4 border-t rounded-b truncate w-full">
<PersonDisplay
Expand Down

0 comments on commit 47b905f

Please sign in to comment.