Skip to content

Commit

Permalink
fix: remove notched prop
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 21, 2022
1 parent 91a0575 commit 272dae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/widget/src/pages/SelectTokenPage/ChainSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const ChainSelect = ({ formType }: SwapFormTypeProps) => {
<Select
labelId="label"
MenuProps={{ elevation: 2 }}
inputProps={{ notched: false }}
defaultValue={formType === 'from' ? fromChain : toChain}
value={chainId}
onChange={handleChain}
Expand Down

0 comments on commit 272dae6

Please sign in to comment.