Skip to content

Commit 23cd6a4

Browse files
committed
frontend: fix available balancewelcome
Somehow the text Welcome is shown directly after 'available balance' regression introduced in ee2d529
1 parent a91f790 commit 23cd6a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontends/web/src/routes/account/account.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ export function Account({
303303
<div className="flex flex-column flex-reverse-mobile">
304304
<label className="labelXLarge flex-self-start-mobile hide-on-small">
305305
{t('accountSummary.availableBalance')}
306-
{t('welcome.title')}
307306
</label>
308307
<div className="flex flex-row flex-between flex-item-center flex-column-mobile flex-reverse-mobile">
309308
<Balance balance={balance} />

0 commit comments

Comments
 (0)