diff --git a/src/components/CryptoInput/index.tsx b/src/components/CryptoInput/index.tsx index fc48207..dbbc4a2 100644 --- a/src/components/CryptoInput/index.tsx +++ b/src/components/CryptoInput/index.tsx @@ -35,7 +35,7 @@ export const CryptoInput: React.FC = ({ return ( <> - {showBalance && maxValue ? ( + {showBalance ? ( = ({ balance: {Number(maxValue || 0).toFixed(3)} -