feat: похуй 2.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user