fix the most recent contacts to show correctly on the gift details screen

This commit is contained in:
2026-01-21 19:36:33 -07:00
parent a0b99d5fca
commit 077f45f900
3 changed files with 8 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ export type ContactMethod = {
};
export type Contact = {
// id is a property in most contacts, but besides sorting from DB we don't need it
//
// When adding a property:
// - Consider whether it should be added when exporting & sharing contacts, eg. DataExportSection