Skip to content

Commit

Permalink
Merge pull request #762 from OneCommunityGlobal/Shuhua-Add_Google_Doc…
Browse files Browse the repository at this point in the history
…_Icon

Shuhua - add google doc icon
  • Loading branch information
one-community authored Mar 3, 2024
2 parents 836f525 + 8f608c1 commit baf3ded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/helpers/taskHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const taskHelper = function () {
weeklySummaries: 1,
timeOffFrom: 1,
timeOffTill: 1,
adminLinks: 1,
},
);

Expand Down Expand Up @@ -61,6 +62,7 @@ const taskHelper = function () {
weeklycommittedHours: 1,
timeOffFrom: 1,
timeOffTill: 1,
adminLinks: 1,
},
);
break;
Expand All @@ -86,6 +88,7 @@ const taskHelper = function () {
weeklycommittedHours: 1,
timeOffFrom: 1,
timeOffTill: 1,
adminLinks: 1,
},
);
break;
Expand All @@ -111,6 +114,7 @@ const taskHelper = function () {
weeklycommittedHours: 1,
timeOffFrom: 1,
timeOffTill: 1,
adminLinks: 1,
},
);
}
Expand Down Expand Up @@ -206,6 +210,7 @@ const taskHelper = function () {
tasks: taskByPerson[teamMember._id.toString()] || [],
timeOffFrom: teamMember.timeOffFrom || null,
timeOffTill: teamMember.timeOffTill || null,
adminLinks: teamMember.adminLinks || null,
};
teamMemberTasksData.push(obj);
});
Expand Down

0 comments on commit baf3ded

Please sign in to comment.