mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
fix links in album description
This commit is contained in:
@@ -372,9 +372,7 @@ export const AlbumDetailContent = () => {
|
||||
<div className={styles.detailContainer}>
|
||||
{comment && (
|
||||
<Spoiler maxHeight={75}>
|
||||
<Text
|
||||
dangerouslySetInnerHTML={{ __html: replaceURLWithHTMLLinks(comment) }}
|
||||
/>
|
||||
<Text pb="md">{replaceURLWithHTMLLinks(comment)}</Text>
|
||||
</Spoiler>
|
||||
)}
|
||||
<div className={styles.contentLayout}>
|
||||
|
||||
Reference in New Issue
Block a user