Skip to content

Commit b3582db

Browse files
committed
fix: remove sgho item from reserve
1 parent 6793770 commit b3582db

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/locales/en/messages.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,6 @@ msgid "Stable debt supply is not zero"
35003500
msgstr "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
35053504
msgid "Savings GHO"
35063505
msgstr "Savings GHO"

src/modules/reserve-overview/Gho/GhoReserveConfiguration.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useShallow } from 'zustand/shallow';
1010
import { BorrowInfo } from '../BorrowInfo';
1111
import { ReserveEModePanel } from '../ReserveEModePanel';
1212
import { PanelRow, PanelTitle } from '../ReservePanels';
13-
import { SavingsGho } from './SavingsGho';
13+
// import { SavingsGho } from './SavingsGho';
1414

1515
type 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>

0 commit comments

Comments
 (0)