Skip to content

Commit 613f2f7

Browse files
authored
fix email template (#196)
1 parent 09c023e commit 613f2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/functions/ses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function generateMembershipEmailCommand(
8282
<img src="https://static.acm.illinois.edu/banner-blue.png" style="height: 100px; width: 210px; align-self: center;"/>
8383
<br />
8484
<div class="wrap">
85-
<h2 style="text-align: center;">Welcome${firstName && `, ${firstName}`}!</h2>
85+
<h2 style="text-align: center;">Welcome${firstName ? `, ${firstName}` : ""}!</h2>
8686
<p>
8787
Thank you for becoming a member of ACM @ UIUC! Attached is your membership pass.
8888
You can add it to your Apple or Google Wallet for easy access.

0 commit comments

Comments
 (0)