demobank-ui: fix missing space

This commit is contained in:
Florian Dold 2023-04-13 20:12:53 +02:00
parent e345e8bd23
commit 089c15582e
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -76,8 +76,8 @@ export function AccountPage({ account, onLoadNotOk }: Props): VNode {
<div>
<h1 class="nav welcome-text">
<i18n.Translate>
Welcome,
{accountNumber ? `${account} (${accountNumber})` : account}!
Welcome, {accountNumber ? `${account} (${accountNumber})` : account}
!
</i18n.Translate>
</h1>
</div>