From 021d508337490d25f6d7293bf0deadbb5f298f8c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 13 Oct 2021 09:54:18 -0300 Subject: fix cta navbar and added an withdrawal button when the wallet didnt find a tos (with a warning) --- packages/taler-wallet-webextension/src/popup/TalerActionFound.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/popup') diff --git a/packages/taler-wallet-webextension/src/popup/TalerActionFound.tsx b/packages/taler-wallet-webextension/src/popup/TalerActionFound.tsx index 4e3c71682..ef0ec341c 100644 --- a/packages/taler-wallet-webextension/src/popup/TalerActionFound.tsx +++ b/packages/taler-wallet-webextension/src/popup/TalerActionFound.tsx @@ -3,7 +3,7 @@ import { ButtonPrimary, ButtonSuccess, PopupBox } from "../components/styled/ind export interface Props { url: string; - onDismiss: (s: boolean) => void; + onDismiss: () => void; } export function TalerActionFound({ url, onDismiss }: Props) { @@ -49,7 +49,7 @@ export function TalerActionFound({ url, onDismiss }: Props) { ; -- cgit v1.2.3