Skip to content

Commit 56059a2

Browse files
andreabadessoalexruzenhack
authored andcommitted
chore: fix broken rebase
1 parent 3f92f5f commit 56059a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WalletConnect/NanoContract/NanoContractExecInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const NanoContractExecInfo = ({ nc, onSelectAddress }) => {
5959
dispatch(firstAddressRequest());
6060
}
6161
}
62-
}, []);
62+
}, [nc]);
6363

6464
const isBlueprintInfoLoading = blueprintInfo?.status === STATUS.LOADING;
6565
const hasBlueprintInfoFailed = blueprintInfo?.status === STATUS.FAILED;

0 commit comments

Comments
 (0)