We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb12e3 commit c381b0dCopy full SHA for c381b0d
web/src/pages/Cases/CaseDetails/Appeal/Classic/Fund.tsx
@@ -36,7 +36,7 @@ const Fund: React.FC<IFund> = ({ selectedOption }) => {
36
/>
37
<StyledButton
38
disabled={isSending || !balance || parsedAmount.gt(balance)}
39
- text="Fund"
+ text={typeof balance === "undefined" ? "Connect to Fund" : "Fund"}
40
onClick={() => {
41
if (
42
typeof selectedOption !== "undefined" &&
0 commit comments