hide payouts

This commit is contained in:
Victor Batischev
2024-03-06 12:29:13 +03:00
parent f1a692f6c5
commit 4d148cc57d
10 changed files with 29 additions and 45 deletions

View File

@ -3,7 +3,7 @@ import { CKEditor } from "@ckeditor/ckeditor5-react";
import React, { useState } from "react";
import { getCorrectDate } from "@utils/calendarHelper";
import { urlForLocal } from "@utils/helper";
import { removeLast, urlForLocal } from "@utils/helper";
import { apiRequest } from "@api/request";
@ -93,7 +93,7 @@ export const TrackerTaskComment = ({
}
alt="avatar"
/>
<p>{comment.user.fio}</p>
<p>{removeLast(comment.user.fio)}</p>
</div>
<div className="comments__list__item__date">
<span>{getCorrectDate(comment.created_at)}</span>