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 851a05e commit 207716fCopy full SHA for 207716f
web/src/pages/Courts/CourtDetails/StakePanel/InputDisplay.tsx
@@ -75,7 +75,7 @@ const InputDisplay: React.FC<IInputDisplay> = ({
75
return (
76
<>
77
<LabelArea>
78
- <label>{isStaking ? `Available ${parsedBalance} PNK` : ""}</label>
+ <label>{`Available ${isStaking ? parsedBalance : parsedStake} PNK`}</label>
79
<StyledLabel
80
onClick={() => {
81
const amount = isStaking ? parsedBalance : parsedStake;
0 commit comments