Skip to content

Commit

Permalink
changes as per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 committed Feb 29, 2024
1 parent 3c9a14d commit 3187dda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin_frontend/src/modals/AddERC20Paymaster.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ const AddERC20PaymasterModal = ({
}}
value={ERC20Row.chainId}
required
multiline
fullWidth
/>
</TableCell>
Expand All @@ -198,7 +197,6 @@ const AddERC20PaymasterModal = ({
}
value={ERC20Row.token}
required
multiline
fullWidth
/>
</TableCell>
Expand All @@ -216,7 +214,6 @@ const AddERC20PaymasterModal = ({
}
value={ERC20Row.erc20PaymasterAddress}
required
multiline
fullWidth
/>
</TableCell>
Expand Down

0 comments on commit 3187dda

Please sign in to comment.