You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After deploying a vault and then the signing transaction modal closes the vault appears in the list but if i click it i get an error in apps/dapp/src/components/ManageVaults/InspectVault.tsx (76:38) @ InspectVault, > 76 | {selectedVault.idleFunds.map((asset: AssetAmmount, index: number) => ( Cannot read properties of undefined "map" if i reload the page it works fine
The text was updated successfully, but these errors were encountered:
chopan123
changed the title
App crashes when clicking immediately after creating a Vault
2 [Frontend] App crashes when clicking immediately after creating a Vault
Nov 18, 2024
After deploying a vault and then the signing transaction modal closes the vault appears in the list but if i click it i get an error in apps/dapp/src/components/ManageVaults/InspectVault.tsx (76:38) @ InspectVault, > 76 | {selectedVault.idleFunds.map((asset: AssetAmmount, index: number) => ( Cannot read properties of undefined "map" if i reload the page it works fine
The text was updated successfully, but these errors were encountered: