Skip to content

Commit

Permalink
Merge pull request #3 from hansmrtn/develop
Browse files Browse the repository at this point in the history
yup
  • Loading branch information
hmrtn authored Jan 5, 2022
2 parents 08b3d40 + 646c9a3 commit ca2b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ function App(props) {
<ChevronDownIcon />
</MenuButton>
<MenuList>
<MenuOptionGroup defaultValue="goerli" title="network" type="radio">
<MenuOptionGroup defaultValue={process.env.REACT_APP_NETWORK_NAME} title="select network" type="radio">
{options}
</MenuOptionGroup>
</MenuList>
Expand Down

0 comments on commit ca2b02c

Please sign in to comment.