From 1e76ca6bf1a2baa9af7724f207270be4a8abe894 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 2 Mar 2023 08:40:03 -0300 Subject: remove double title --- packages/taler-wallet-webextension/src/cta/Refund/views.tsx | 12 ------------ 1 file changed, 12 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 ffbf83042..cdc593dd9 100644 --- a/packages/taler-wallet-webextension/src/cta/Refund/views.tsx +++ b/packages/taler-wallet-webextension/src/cta/Refund/views.tsx @@ -30,10 +30,6 @@ export function IgnoredView(state: State.Ignored): VNode { return ( - - - Digital cash refund -

You've ignored the tip. @@ -47,10 +43,6 @@ export function InProgressView(state: State.InProgress): VNode { return ( - - - Digital cash refund -

The refund is in progress. @@ -82,10 +74,6 @@ export function ReadyView(state: State.Ready): VNode { const { i18n } = useTranslationContext(); return ( - - - Digital cash refund -

-- cgit v1.2.3