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}
))}