We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad7fb3 commit c52b13aCopy full SHA for c52b13a
src/components/common/NetworkSelector/index.tsx
@@ -114,9 +114,9 @@ const NetworkSelector = (props: { onChainSelect?: () => void }): ReactElement =>
114
>
115
{prodNets.map((chain) => renderMenuItem(chain.chainId, false))}
116
117
- <ListSubheader className={css.listSubHeader}>Testnets</ListSubheader>
+ {/* <ListSubheader className={css.listSubHeader}>Testnets</ListSubheader>
118
119
- {testNets.map((chain) => renderMenuItem(chain.chainId, false))}
+ {testNets.map((chain) => renderMenuItem(chain.chainId, false))} */}
120
</Select>
121
) : (
122
<Skeleton width={94} height={31} sx={{ mx: 2 }} />
0 commit comments