feat: похуй 2.0

This commit is contained in:
2026-05-13 22:33:14 +03:00
parent 16b7e9794b
commit 2ccf99017c
3 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ interface UseConverterArgs {
export function useConverter({ usdtRate }: UseConverterArgs) {
const [mode, setMode] = useState<ConverterMode>('buy')
const [rubVal, setRubVal] = useState<string>('10000')
const [rubVal, setRubVal] = useState<string>('1000')
const [agreed, setAgreed] = useState<boolean>(false)
const numRub = Number.parseFloat(rubVal) || 0