fix: network selection

This commit is contained in:
Jefferson Mantovani
2025-10-24 16:01:07 -03:00
parent 4b4ade2bfa
commit 9eee78fa91
4 changed files with 33 additions and 24 deletions

View File

@@ -238,7 +238,7 @@ const handleSubmit = async (e: Event): Promise<void> => {
height="24"
v-if="
selectedDeposits &&
selectedDeposits.find((d) => d.network == Networks.rootstockTestnet)
selectedDeposits.find((d) => d.network == Networks.rootstock)
"
/>
<img