Merge branch 'main' of https://github.com/apuc/outstaffing-react into fix-tracker-and-statistics

This commit is contained in:
MaxOvs19
2023-10-11 12:22:00 +03:00
9 changed files with 149 additions and 114 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;