Skip to content

Commit

Permalink
hide global data for now (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamoskvin authored Jul 29, 2024
1 parent d96c70c commit 9cf6a43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/Pool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ export default function Pool() {
<PageWrapper>
<PageHeader>POOLS</PageHeader>
{/* <PageSection> */}
<AutoColumn style={{ gap: '12px' }}>
{/* <AutoColumn style={{ gap: '12px' }}> */}
<AutoColumn style={{ gap: '12px', display: 'none' }}>
<PanelWrapper>
<PanelTopLight>
<AutoColumn gap="20px">
Expand Down Expand Up @@ -279,7 +280,8 @@ export default function Pool() {
</PanelWrapper>
</AutoColumn>
{/* </PageSection> */}
<AutoColumn gap="lg" justify="center" style={{ marginTop: 24 }}>
{/* need torevert margin to 24 after fixiing backend */}
<AutoColumn gap="lg" justify="center" style={{ marginTop: 14 }}>
<AutoColumn gap="lg" style={{ width: '100%' }}>
<ButtonRow justifyContent={'space-between'}>
<ResponsiveButtonTabs
Expand Down

0 comments on commit 9cf6a43

Please sign in to comment.