From f1f8f818dbe631fbeeba64af9dfcae1aa7842615 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Dec 2022 17:12:03 -0300 Subject: pretty --- packages/taler-wallet-webextension/src/wallet/Notifications/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src/wallet/Notifications/index.ts') diff --git a/packages/taler-wallet-webextension/src/wallet/Notifications/index.ts b/packages/taler-wallet-webextension/src/wallet/Notifications/index.ts index 3791b8967..4697ca549 100644 --- a/packages/taler-wallet-webextension/src/wallet/Notifications/index.ts +++ b/packages/taler-wallet-webextension/src/wallet/Notifications/index.ts @@ -21,7 +21,7 @@ import { compose, StateViewMap } from "../../utils/index.js"; import { useComponentState } from "./state.js"; import { LoadingUriView, ReadyView } from "./views.js"; -export type Props = object +export type Props = object; export type State = State.Loading | State.LoadingUriError | State.Ready; -- cgit v1.2.3