Change comment
This commit is contained in:
@@ -409,7 +409,7 @@ const CompactChoreCard = ({
|
|||||||
// Frequency
|
// Frequency
|
||||||
parts.push(getRecurrentText(chore))
|
parts.push(getRecurrentText(chore))
|
||||||
|
|
||||||
// Assignee (if not current user)
|
// Assignee
|
||||||
if (chore.assignedTo) {
|
if (chore.assignedTo) {
|
||||||
const assignee = performers.find(
|
const assignee = performers.find(
|
||||||
p => p.userId === chore.assignedTo,
|
p => p.userId === chore.assignedTo,
|
||||||
|
|||||||
Reference in New Issue
Block a user