fix the most recent contacts to show correctly on the gift details screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user