gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 02/02: fix lint


From: gnunet
Subject: [taler-merchant-backoffice] 02/02: fix lint
Date: Tue, 29 Jun 2021 20:56:08 +0200

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

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

commit 6a55ff52c9fc224595475e3a6fb39326cc42c920
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Jun 29 15:55:37 2021 -0300

    fix lint
---
 packages/frontend/src/ApplicationReadyRoutes.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/frontend/src/ApplicationReadyRoutes.tsx 
b/packages/frontend/src/ApplicationReadyRoutes.tsx
index 7439a2d..d9bd75d 100644
--- a/packages/frontend/src/ApplicationReadyRoutes.tsx
+++ b/packages/frontend/src/ApplicationReadyRoutes.tsx
@@ -62,8 +62,8 @@ export function ApplicationReadyRoutes(): VNode {
 
   if (result.loading) return <NotYetReadyAppMenu title="Loading..." />
 
-  let admin = true
-  let instanceNameByBackendURL = undefined
+  let admin = true;
+  let instanceNameByBackendURL;
 
   if (!result.ok) {
     const path = new URL(backendURL).pathname

-- 
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]