From 95fbeaabbbad2861698617debd166ec9cbaffb0c Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 24 Jun 2020 16:38:49 +0700 Subject: [PATCH] changed comment image preview size --- src/components/node/CommentContent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/node/CommentContent/index.tsx b/src/components/node/CommentContent/index.tsx index 6e11a07a..e559e1dc 100644 --- a/src/components/node/CommentContent/index.tsx +++ b/src/components/node/CommentContent/index.tsx @@ -74,7 +74,7 @@ const CommentContent: FC = memo(
{groupped.image.map((file, index) => (
modalShowPhotoswipe(groupped.image, index)}> - {file.name} + {file.name}
))}