gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix typos


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typos
Date: Thu, 08 Aug 2024 16:00:43 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 94a8d2770 fix typos
94a8d2770 is described below

commit 94a8d2770068c3fb146ecdc438f5f319716d6b01
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Aug 8 11:00:22 2024 -0300

    fix typos
---
 .../merchant-backoffice-ui/src/components/product/ProductForm.tsx   | 2 +-
 .../src/wallet/DestinationSelection/state.ts                        | 6 +++---
 packages/taler-wallet-webextension/src/wallet/History.tsx           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx 
b/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
index c8a7fe911..1e520a39e 100644
--- a/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
+++ b/packages/merchant-backoffice-ui/src/components/product/ProductForm.tsx
@@ -56,7 +56,7 @@ export function ProductForm({ onSubscribe, initial, 
alreadyExist }: Props) {
   const { i18n } = useTranslationContext();
   const { state, lib } = useSessionContext();
   // FIXME: if the category list is big the will bring a lot of info
-  // we could find a lazy way to add up on searchs
+  // we could find a lazy way to add up on searches
   const categoriesResult = useInstanceCategories();
   if (!categoriesResult) return <Loading />;
   if (categoriesResult instanceof TalerError) {
diff --git 
a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/state.ts 
b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/state.ts
index 81e8923aa..dd15b9106 100644
--- 
a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/state.ts
+++ 
b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/state.ts
@@ -81,13 +81,13 @@ export function useComponentState(props: Props): 
RecursiveState<State> {
           {},
         );
 
-        const unkownIndex = resp.exchanges.findIndex(
+        const unknownIndex = resp.exchanges.findIndex(
           (d) => d.exchangeUpdateStatus === ExchangeUpdateStatus.Initial,
         );
-        if (unkownIndex === -1) return resp;
+        if (unknownIndex === -1) return resp;
 
         await api.wallet.call(WalletApiOperation.UpdateExchangeEntry, {
-          exchangeBaseUrl: resp.exchanges[unkownIndex].exchangeBaseUrl,
+          exchangeBaseUrl: resp.exchanges[unknownIndex].exchangeBaseUrl,
           force: true,
         });
 
diff --git a/packages/taler-wallet-webextension/src/wallet/History.tsx 
b/packages/taler-wallet-webextension/src/wallet/History.tsx
index 3d7c3e662..aa0180a0e 100644
--- a/packages/taler-wallet-webextension/src/wallet/History.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/History.tsx
@@ -184,7 +184,7 @@ export function HistoryView({
   );
   const balance = balances[balanceIndex];
   if (!balance) {
-    return <div>unkown scope</div>;
+    return <div>unknown scope</div>;
   }
 
   const available = balance

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]