We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b22d12 commit b5cda81Copy full SHA for b5cda81
frontend/src/pages/layout/NetworkSelect.tsx
@@ -164,7 +164,6 @@ export default function NetworkSelect() {
164
color={grey[450]}
165
>
166
<Typography variant="body2">Network</Typography>
167
- <Typography variant="body2">Chain ID</Typography>
168
</Stack>
169
</MenuItem>
170
{Object.keys(networks).map((networkName: string) => (
0 commit comments