Skip to content

Commit

Permalink
Remove weekday, day and month
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed May 22, 2024
1 parent 58dd3e0 commit a46fa0c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
Expand Down

0 comments on commit a46fa0c

Please sign in to comment.