File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
modules/reserve-overview/Gho Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3500,7 +3500,6 @@ msgid "Stable debt supply is not zero"
35003500msgstr "Stable debt supply is not zero"
35013501
35023502#: src/layouts/components/StakingMenu.tsx
3503- #: src/modules/reserve-overview/Gho/GhoReserveConfiguration.tsx
35043503#: src/modules/sGho/SGhoHeader.tsx
35053504msgid "Savings GHO"
35063505msgstr "Savings GHO"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { useShallow } from 'zustand/shallow';
1010import { BorrowInfo } from '../BorrowInfo' ;
1111import { ReserveEModePanel } from '../ReserveEModePanel' ;
1212import { PanelRow , PanelTitle } from '../ReservePanels' ;
13- import { SavingsGho } from './SavingsGho' ;
13+ // import { SavingsGho } from './SavingsGho';
1414
1515type GhoReserveConfigurationProps = {
1616 reserve : ComputedReserveData ;
@@ -90,15 +90,15 @@ export const GhoReserveConfiguration: React.FC<GhoReserveConfigurationProps> = (
9090 </ Box >
9191 </ Box >
9292 </ PanelRow >
93- < Divider sx = { { my : { xs : 6 , sm : 10 } } } />
94- < PanelRow >
93+ { /* <Divider sx={{ my: { xs: 6, sm: 10 } }} /> */ }
94+ { /* <PanelRow>
9595 <PanelTitle>
9696 <Trans>Savings GHO</Trans>
9797 </PanelTitle>
9898 <Box>
9999 <SavingsGho />
100100 </Box>
101- </ PanelRow >
101+ </PanelRow> */ }
102102 < Divider sx = { { my : { xs : 6 , sm : 10 } } } />
103103 < PanelRow >
104104 < PanelTitle >
You can’t perform that action at this time.
0 commit comments