Skip to content

Commit

Permalink
- Fixed indentation for the Home component
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyaamisshra committed Mar 1, 2022
1 parent 326298f commit f9e12e8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/react-app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,16 +449,16 @@ function App(props) {

<Switch>
<Route exact path="/">
<Home
mainnetProvider={mainnetProvider}
localProvider={localProvider}
address={address}
tx={tx}
userSigner={userSigner}
writeContracts={writeContracts}
readContracts={readContracts}
streams={streams}
/>
<Home
mainnetProvider={mainnetProvider}
localProvider={localProvider}
address={address}
tx={tx}
userSigner={userSigner}
writeContracts={writeContracts}
readContracts={readContracts}
streams={streams}
/>
</Route>
<Route path="/user/:address">
<UserStream
Expand Down

0 comments on commit f9e12e8

Please sign in to comment.