Change comment

This commit is contained in:
Mihály Hóbor
2026-01-26 16:32:53 +01:00
parent a14dde8183
commit 4cb2b34d11

View File

@@ -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,