Skip to content

Commit ea05f5c

Browse files
committed
fix: empty states
1 parent 4e914bb commit ea05f5c

File tree

7 files changed

+322
-315
lines changed

7 files changed

+322
-315
lines changed

pages/sgho.page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export default function SavingsGho() {
5858
[, , stkGhoUserData] = stakeUserResult;
5959
}
6060

61+
// TODO: Handle non connected wallet state
62+
6163
return (
6264
<>
6365
<SGHOHeader />

src/locales/el/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/en/messages.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ msgstr "I acknowledge the risks involved."
260260
msgid "Supply cap on target reserve reached. Try lowering the amount."
261261
msgstr "Supply cap on target reserve reached. Try lowering the amount."
262262

263-
#: src/modules/sGho/SGhoDepositPanel.tsx
264263
#: src/modules/sGho/SGhoDepositPanel.tsx
265264
#: src/modules/sGho/SGhoHeader.tsx
266265
msgid "Total Deposited"
@@ -507,6 +506,7 @@ msgstr "Switch Network"
507506
#: src/components/incentives/MerklIncentivesTooltipContent.tsx
508507
#: src/components/transactions/SavingsGho/SavingsGhoModalDepositContent.tsx
509508
#: src/modules/reserve-overview/Gho/SavingsGho.tsx
509+
#: src/modules/sGho/SGhoDepositPanel.tsx
510510
#: src/modules/sGho/SGhoHeader.tsx
511511
msgid "APR"
512512
msgstr "APR"
@@ -831,6 +831,10 @@ msgstr "of"
831831
msgid "Your balance of assets that are available to stake"
832832
msgstr "Your balance of assets that are available to stake"
833833

834+
#: src/modules/sGho/SGhoDepositPanel.tsx
835+
msgid "GHO Balance"
836+
msgstr "GHO Balance"
837+
834838
#: src/modules/reserve-overview/Gho/GhoReserveConfiguration.tsx
835839
msgid "Techpaper"
836840
msgstr "Techpaper"
@@ -2564,10 +2568,6 @@ msgstr "Net APY"
25642568
msgid "Claimed"
25652569
msgstr "Claimed"
25662570

2567-
#: src/modules/sGho/SGhoDepositPanel.tsx
2568-
msgid "Your GHO Balance"
2569-
msgstr "Your GHO Balance"
2570-
25712571
#: src/components/infoTooltips/BorrowPowerTooltip.tsx
25722572
msgid "The % of your total borrowing power used. This is based on the amount of your collateral supplied and the total amount that you can borrow."
25732573
msgstr "The % of your total borrowing power used. This is based on the amount of your collateral supplied and the total amount that you can borrow."

src/locales/es/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/locales/fr/messages.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)