This commit is contained in:
Ren Amamiya
2023-06-27 20:53:52 +07:00
parent a29ef03198
commit 3fe601cfc6
20 changed files with 159 additions and 110 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export function Kind1({
{content.parsed}
</div>
{Array.isArray(content.images) && content.images.length ? (
<ImagePreview urls={content.images} />
<ImagePreview urls={content.images} truncate={truncate} />
) : (
<></>
)}