add toggle for displaying give amounts for each contact

This commit is contained in:
2023-03-18 20:37:50 -06:00
parent afc175e3e7
commit 59d621efc1
3 changed files with 46 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export type Settings = {
id: number;
firstName?: string;
lastName?: string;
showContactGivesInline?: boolean;
};
export const SettingsSchema = {