Skip to content

Commit

Permalink
fix: allow activating Safes as non-owner (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Sep 17, 2024
1 parent 80c8649 commit b0d17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/counterfactual/ActivateAccountFlow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const ActivateAccountFlow = () => {
<Divider sx={{ mx: -3, mt: 2, mb: 1 }} />

<Box display="flex" flexDirection="row" justifyContent="flex-end" gap={3}>
<CheckWallet checkNetwork={!submitDisabled}>
<CheckWallet checkNetwork={!submitDisabled} allowNonOwner>
{(isOk) => (
<Button
data-testid="activate-account-btn"
Expand Down

0 comments on commit b0d17ea

Please sign in to comment.