Skip to content

Commit

Permalink
Wrapped cleaned vars in <Element> so they render as divs
Browse files Browse the repository at this point in the history
  • Loading branch information
richhiggins authored Sep 3, 2024
1 parent 06afd9b commit d0b603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/Clean.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default function Clean({value, as}: CleanProps) {
<span style={{display: 'none'}}>{encoded}</span>
</Element>
) : (
cleaned
<Element>{cleaned}</Element>
)
}

0 comments on commit d0b603d

Please sign in to comment.