Commit b2d753d6 authored by Noah Zinsmeister's avatar Noah Zinsmeister

bug fixes

parent fff07184
......@@ -13,8 +13,6 @@ function getEtherscanLink(tx) {
return `https://etherscan.io/tx/${tx}`
}
console.log(ethers)
class Web3Status extends Component {
state = {
isShowingModal: false
......
......@@ -44,16 +44,16 @@ class App extends Component {
</MediaQuery>
<Web3Connect />
<BrowserRouter>
<Switch>
<div className="app__wrapper">
<div className="app__wrapper">
<Switch>
<Route exact path="/swap" component={Swap} />
<Route exact path="/send" component={Send} />
<Route exact path="/add-liquidity" component={Pool} />
<Route exact path="/remove-liquidity" component={Pool} />
<Route exact path="/create-exchange/:tokenAddress?" component={Pool} />
<Redirect exact from="/" to="/swap" />
</div>
</Switch>
</Switch>
</div>
</BrowserRouter>
</div>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment