Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove safe module deploy button
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed Apr 6, 2024
1 parent d78d494 commit 1eed6dd
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ export function ConfigureSafeModule() {

return (
<>
<Button disabled={!!safeModuleAddress} onClick={deployEmailRecoveryModule}>
1. Deploy Email Recovery Module
</Button>
<Button disabled={!safeModuleAddress} onClick={enableEmailRecoveryModule}>
2. Enable Email Recovery Module
1. Enable Email Recovery Module
</Button>
<div>
<label>
Expand Down

0 comments on commit 1eed6dd

Please sign in to comment.