Fix old value name

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Abel Fernández
2023-04-19 10:44:16 +02:00
committed by GitHub
co-authored by Simon Warta
parent 0ffb2b4d3c
commit 65ce83a3cd
+1 -1
View File
@@ -36,7 +36,7 @@ const TransactionSigning = (props: Props) => {
const connectKeplr = async () => {
try {
setLoading((newLoading) => ({ ...newLoading, keplr: true }));
setLoading((oldLoading) => ({ ...oldLoading, keplr: true }));
assert(state.chain.chainId, "chainId missing");
await window.keplr.enable(state.chain.chainId);