mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 21:07:41 +02:00
optimize library headers (#1374)
This commit is contained in:
@@ -211,7 +211,13 @@ const DummyAlbumDetailRoute = () => {
|
||||
)}
|
||||
{comment && (
|
||||
<section>
|
||||
<Spoiler maxHeight={75}>{replaceURLWithHTMLLinks(comment)}</Spoiler>
|
||||
<Spoiler maxHeight={75}>
|
||||
<Text
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: replaceURLWithHTMLLinks(comment),
|
||||
}}
|
||||
/>
|
||||
</Spoiler>
|
||||
</section>
|
||||
)}
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user