From 2f9f2970769bc49e4b34756afb8cb258cf75bb61 Mon Sep 17 00:00:00 2001 From: George J Padayatti Date: Thu, 2 May 2024 04:45:11 +0530 Subject: [PATCH] Fix: Missing wallet details Signed-off-by: George J Padayatti --- src/views/company-views/components/walletdetails/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/company-views/components/walletdetails/index.tsx b/src/views/company-views/components/walletdetails/index.tsx index 9e5cb3f..a258a45 100644 --- a/src/views/company-views/components/walletdetails/index.tsx +++ b/src/views/company-views/components/walletdetails/index.tsx @@ -100,10 +100,10 @@ export const WalletDetailsPage = (props: { onClose: any; open: boolean; showWall {t('Wallet Details')}

- {t('Agent URL')}: {defaultWalletData.AgentServiceEndpoint} + {t('Agent URL')}: {defaultWalletData.agentServiceEndpoint} - {t('Ledger Name')}: {defaultWalletData.LedgerName} - {t('Ledger URL')}:{defaultWalletData.LedgerURL} + {t('Ledger Name')}: {defaultWalletData.ledgerName} + {t('Ledger URL')}: {defaultWalletData.ledgerURL} {t('Connection URL')}: