diff --git a/src/components/modules/dashboard/comments/CommentContentCell.tsx b/src/components/modules/dashboard/comments/CommentContentCell.tsx
index 6ebcea5b8c..7dc9498483 100644
--- a/src/components/modules/dashboard/comments/CommentContentCell.tsx
+++ b/src/components/modules/dashboard/comments/CommentContentCell.tsx
@@ -3,7 +3,6 @@ import type { CommentModel } from '@mx-space/api-client'
import { CollectionRefTypes } from '@mx-space/api-client'
-import { MotionButtonBase } from '~/components/ui/button'
import { RelativeTime } from '~/components/ui/relative-time'
import { EllipsisHorizontalTextWithTooltip } from '~/components/ui/typography'
import { clsxm } from '~/lib/helper'
@@ -34,25 +33,28 @@ export const CommentContentCell: Component<{ comment: CommentModel }> = (
if (refType === CollectionRefTypes.Recently)
return `${ref.text.slice(0, 20)}...`
return (
-
{text}