diff --git a/mobile/lib/services/smart_memories_service.dart b/mobile/lib/services/smart_memories_service.dart index 797fec96eb..79996d1c5c 100644 --- a/mobile/lib/services/smart_memories_service.dart +++ b/mobile/lib/services/smart_memories_service.dart @@ -315,7 +315,7 @@ class SmartMemoriesService { ); personToMemories .putIfAbsent(personID, () => {}) - .putIfAbsent(PeopleMemoryType.spotlight, () => youAndThemMemory); + .putIfAbsent(PeopleMemoryType.youAndThem, () => youAndThemMemory); } }