Skip to content

Commit

Permalink
Merge pull request #270 from wmde/membership-summary-styles
Browse files Browse the repository at this point in the history
Fix styling for membership payment summary
  • Loading branch information
gbirke authored Dec 27, 2023
2 parents 89fa585 + 5e9a82e commit cf84c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/MembershipSummary.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="form-summary-content">
<slot name="title"/>
<p class="payment-summary" v-html="getSummary()"/>
<p v-html="getSummary()"/>
<slot name="content"/>
</div>
</template>
Expand Down

0 comments on commit cf84c4f

Please sign in to comment.