We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c023e commit 613f2f7Copy full SHA for 613f2f7
src/api/functions/ses.ts
@@ -82,7 +82,7 @@ export function generateMembershipEmailCommand(
82
<img src="https://static.acm.illinois.edu/banner-blue.png" style="height: 100px; width: 210px; align-self: center;"/>
83
<br />
84
<div class="wrap">
85
- <h2 style="text-align: center;">Welcome${firstName && `, ${firstName}`}!</h2>
+ <h2 style="text-align: center;">Welcome${firstName ? `, ${firstName}` : ""}!</h2>
86
<p>
87
Thank you for becoming a member of ACM @ UIUC! Attached is your membership pass.
88
You can add it to your Apple or Google Wallet for easy access.
0 commit comments