mirror of https://github.com/buster-so/buster.git
Update AddToCollectionModal.tsx
This commit is contained in:
parent
db2744f93d
commit
fceb450deb
|
@ -55,7 +55,10 @@ export const AddToCollectionModal: React.FC<{
|
||||||
<span className="text-icon-color">
|
<span className="text-icon-color">
|
||||||
<Icon />
|
<Icon />
|
||||||
</span>
|
</span>
|
||||||
<Text>{name}</Text>
|
<Text>
|
||||||
|
{/* biome-ignore lint/security/noDangerouslySetInnerHtml: this endpoint is sanitized */}
|
||||||
|
<span dangerouslySetInnerHTML={{ __html: name }}></span>
|
||||||
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue