1
0
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:
Matthias Kretschmann 2019-04-25 11:58:14 +02:00
parent 8398d67b99
commit 17082c817f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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}