From e6f74ec40f1cdc2d0c536a0614d0d9e6b46f9e62 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Mon, 29 Jul 2024 15:05:45 +0530 Subject: [PATCH] Fix show pk dialog box --- public/index.html | 2 +- src/components/ShowPKDialog.tsx | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..dde2414 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Laconic Wallet diff --git a/src/components/ShowPKDialog.tsx b/src/components/ShowPKDialog.tsx index d993854..c982b7c 100644 --- a/src/components/ShowPKDialog.tsx +++ b/src/components/ShowPKDialog.tsx @@ -50,7 +50,12 @@ const ShowPKDialog = () => { - + {!privateKey ? ( Show Private Key?