-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: navigate to switch if agent switch if no master safe #582
base: feature/agent-memeooorr
Are you sure you want to change the base?
feat: navigate to switch if agent switch if no master safe #582
Conversation
…let and balance states
// If no service is created for the selected agent | ||
if (!isServiceCreatedForAgent) { | ||
window.console.log( | ||
`No master safe for chain ${selectedServiceOrAgentChainId}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`No master safe for chain ${selectedServiceOrAgentChainId}`, | |
`No service created for chain ${selectedServiceOrAgentChainId}`, |
?
masterSafe?.address, | ||
selectedServiceOrAgentChainId, | ||
wallets?.length, | ||
selectedService?.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unsure if we should have it here, and maybe should also check isServicesFetched
but can simply ask everyone to wait for some time before logging in, too complex to figure this out on the fly
Proposed changes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply