From ed7aa0806d1502c1eadd556ece6384fc95caac2f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 27 Feb 2023 19:56:41 -0300 Subject: fix logo duplication --- .../taler-wallet-webextension/src/cta/Refund/views.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'packages/taler-wallet-webextension/src/cta/Refund/views.tsx') diff --git a/packages/taler-wallet-webextension/src/cta/Refund/views.tsx b/packages/taler-wallet-webextension/src/cta/Refund/views.tsx index 22d49caf4..ffbf83042 100644 --- a/packages/taler-wallet-webextension/src/cta/Refund/views.tsx +++ b/packages/taler-wallet-webextension/src/cta/Refund/views.tsx @@ -29,8 +29,7 @@ export function IgnoredView(state: State.Ignored): VNode { const { i18n } = useTranslationContext(); return ( - - + Digital cash refund @@ -40,15 +39,14 @@ export function IgnoredView(state: State.Ignored): VNode { You've ignored the tip.

-
+ ); } export function InProgressView(state: State.InProgress): VNode { const { i18n } = useTranslationContext(); return ( - - + Digital cash refund @@ -77,14 +75,13 @@ export function InProgressView(state: State.InProgress): VNode { ) : undefined} - + ); } export function ReadyView(state: State.Ready): VNode { const { i18n } = useTranslationContext(); return ( - - + Digital cash refund @@ -135,6 +132,6 @@ export function ReadyView(state: State.Ready): VNode { - + ); } -- cgit v1.2.3