mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
fix
This commit is contained in:
parent
7666e3729b
commit
887c7b61db
|
@ -129,7 +129,7 @@ export function useReflexerPosition(
|
|||
return;
|
||||
}
|
||||
safes.value = await getSafes(activeAccount.value.address, web3.value);
|
||||
if (safes.value.length > 0) {
|
||||
if (safes.value.length > 0 && !safeId.value) {
|
||||
safeId.value = safes.value[0].id;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user