Skip to content

Commit

Permalink
Remove unused prop
Browse files Browse the repository at this point in the history
- this caused warnings in the browser console
  • Loading branch information
moiikana committed Sep 26, 2024
1 parent 8ae050c commit efc4dd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/pages/DonationForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ interface Props {
trackingData: TrackingData;
campaignValues: CampaignValues;
addressValidationPatterns: AddressValidation;
usesContentCards: true;
}
defineProps<Props>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe( 'DonationForm.vue', () => {
validateLegacyBankDataUrl: '',
salutations: [],
addressValidationPatterns: { postcode: '' } as AddressValidation,
usesContentCards: true,
},
global: {
plugins: [ store ],
Expand Down

0 comments on commit efc4dd7

Please sign in to comment.