mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
hotfix for asset title user input
This commit is contained in:
parent
8398d67b99
commit
17082c817f
@ -33,10 +33,9 @@ const Route = ({
|
|||||||
className={
|
className={
|
||||||
titleReverse ? styles.titleReverse : styles.title
|
titleReverse ? styles.titleReverse : styles.title
|
||||||
}
|
}
|
||||||
dangerouslySetInnerHTML={{
|
>
|
||||||
__html: title
|
{title}
|
||||||
}}
|
</h1>
|
||||||
/>
|
|
||||||
{description && (
|
{description && (
|
||||||
<p
|
<p
|
||||||
className={styles.description}
|
className={styles.description}
|
||||||
|
Loading…
Reference in New Issue
Block a user