fix(shared): Add missing RawSpan component
This commit is contained in:
parent
38605a8ede
commit
3aae998b04
1 changed files with 5 additions and 0 deletions
5
sites/shared/components/raw-span.js
Normal file
5
sites/shared/components/raw-span.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const RawSpan = ({ html='' }) => <span
|
||||
dangerouslySetInnerHTML={{ __html: html }}
|
||||
/>
|
||||
|
||||
export default RawSpan
|
Loading…
Add table
Add a link
Reference in a new issue