diff --git a/packages/berlin/src/components/tables/comment-table/CommentsTable.tsx b/packages/berlin/src/components/tables/comment-table/CommentsTable.tsx index 1b1bbef4..34edcac3 100644 --- a/packages/berlin/src/components/tables/comment-table/CommentsTable.tsx +++ b/packages/berlin/src/components/tables/comment-table/CommentsTable.tsx @@ -34,9 +34,6 @@ function CommentsTable({ comment }: CommentsTableProps) { const [isCommentLiked, setIsCommentLiked] = useState(false); const options: Intl.DateTimeFormatOptions = { - weekday: 'long', - day: 'numeric', - month: 'long', hour: 'numeric', minute: 'numeric', };