Skip to content

Commit

Permalink
hide MKR liquidity sidebar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler17 committed Jul 1, 2024
1 parent 3b7e4a6 commit 1e0b70a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/executive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import WithdrawOldChief from 'modules/executive/components/WithdrawOldChief';
import ProposalsSortBy from 'modules/executive/components/ProposalsSortBy';
import DateFilter from 'modules/executive/components/DateFilter';
import SystemStatsSidebar from 'modules/app/components/SystemStatsSidebar';
import MkrLiquiditySidebar from 'modules/mkr/components/MkrLiquiditySidebar';
// import MkrLiquiditySidebar from 'modules/mkr/components/MkrLiquiditySidebar';
import ResourceBox from 'modules/app/components/ResourceBox';
import Stack from 'modules/app/components/layout/layouts/Stack';
import ExecutiveOverviewCard from 'modules/executive/components/ExecutiveOverviewCard';
Expand Down Expand Up @@ -431,9 +431,9 @@ export const ExecutiveOverview = ({ proposals }: { proposals?: Proposal[] }): JS
]}
/>
</ErrorBoundary>
<ErrorBoundary componentName="MKR Liquidity">
{/* <ErrorBoundary componentName="MKR Liquidity">
<MkrLiquiditySidebar network={network} />
</ErrorBoundary>
</ErrorBoundary> */}
<ResourceBox type={'executive'} />
<ResourceBox type={'general'} />
</Stack>
Expand Down

0 comments on commit 1e0b70a

Please sign in to comment.