Skip to content

Commit 96b4161

Browse files
committed
Merge branch 'registration-instance-payment-list' into hotfix-17.2
2 parents 843ec87 + a07e937 commit 96b4161

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Rock.JavaScript.Obsidian.Blocks/src/Event/registrationInstancePaymentList.obs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@
6262
visiblePriority="md">
6363

6464
<template #format="{ row }">
65-
<div class="text-lg">
66-
<div v-for="registrar in row.registrarsHtml">
67-
<span v-html="registrar"></span><br />
68-
</div>
65+
<div v-for="registrar in row.registrarsHtml">
66+
<span v-html="registrar"></span><br />
6967
</div>
7068
</template>
7169

@@ -83,10 +81,8 @@
8381
visiblePriority="xs">
8482

8583
<template #format="{ row }">
86-
<div class="text-lg">
87-
<div v-for="registrant in row.registrants">
88-
<span>{{ registrant }}</span><br />
89-
</div>
84+
<div v-for="registrant in row.registrants">
85+
<span>{{ registrant }}</span><br />
9086
</div>
9187
</template>
9288

0 commit comments

Comments
 (0)