Skip to content

Commit

Permalink
chore: 🔧 add go to lnmarkets button
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Nov 18, 2020
1 parent 1c13bdf commit caab3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/lnmarkets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NextPageContext } from 'next';
import { getProps } from 'src/utils/ssr';
import { UserInfo } from 'src/views/lnmarkets/UserInfo';
import { Title } from 'src/components/typography/Styled';
// import { GoToLnMarkets } from 'src/views/lnmarkets/GoToLnMarkets';
import { GoToLnMarkets } from 'src/views/lnmarkets/GoToLnMarkets';
import { DepositWithdraw } from 'src/views/lnmarkets/DepositWithdraw';
import { useGetLnMarketsStatusQuery } from 'src/graphql/queries/__generated__/getLnMarketsStatus.generated';
import {
Expand Down Expand Up @@ -73,7 +73,7 @@ const LnMarketsView = () => {
<>
<UserInfo />
<DepositWithdraw />
{/* <GoToLnMarkets /> */}
<GoToLnMarkets />
<ColorButton
loading={logoutLoading}
disabled={logoutLoading}
Expand Down

0 comments on commit caab3ca

Please sign in to comment.