forked from trent_larson/crowd-funder-for-time-pwa
add toggle for displaying give amounts for each contact
This commit is contained in:
@@ -19,6 +19,7 @@ export type Settings = {
|
||||
id: number;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
showContactGivesInline?: boolean;
|
||||
};
|
||||
|
||||
export const SettingsSchema = {
|
||||
|
||||
Reference in New Issue
Block a user