From 0d86f84dc004c9d22d5df83182a58199d3349071 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 21 Jun 2021 10:07:56 -0300 Subject: fix some pixel and css classes and sync storybook --- packages/taler-wallet-webextension/src/popup/Balance.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/popup/Balance.tsx') diff --git a/packages/taler-wallet-webextension/src/popup/Balance.tsx b/packages/taler-wallet-webextension/src/popup/Balance.tsx index 77d2c4201..ae0eb07ff 100644 --- a/packages/taler-wallet-webextension/src/popup/Balance.tsx +++ b/packages/taler-wallet-webextension/src/popup/Balance.tsx @@ -143,7 +143,7 @@ export class BalancePage extends Component { const wallet = this.balance; if (this.gotError) { return ( -
+

{i18n.str`Error: could not retrieve balance information.`}

Click here for help and @@ -165,7 +165,7 @@ export class BalancePage extends Component { ); }); return listing.length > 0 ? ( -

{listing}
+
{listing}
) : ( ); -- cgit v1.2.3