tracker fix

This commit is contained in:
Mikola
2023-10-10 14:22:43 +03:00
parent fe2c45cb22
commit 3a832cc78d
5 changed files with 14 additions and 14 deletions

View File

@ -536,9 +536,6 @@ export const TicketFullScreen = () => {
></TrackerModal>
<div className="tasks__head__persons">
{projectInfo.projectUsers?.length > 3 && (
<span className="countPersons">+1...</span>
)}
<div className="projectPersons">
{projectInfo.projectUsers?.length &&
projectInfo.projectUsers.slice(0, 3).map((person) => {
@ -555,6 +552,9 @@ export const TicketFullScreen = () => {
);
})}
</div>
{projectInfo.projectUsers?.length > 3 && (
<span className="countPersons">+1</span>
)}
<span
className="addPerson"
onClick={() => {

View File

@ -541,7 +541,7 @@
.exit {
cursor: pointer;
position: absolute;
top: 15px;
top: 36px;
right: 20px;
width: 13px;
height: 13px;