hide payouts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user