19.05.2026 okkk
This commit is contained in:
@@ -75,11 +75,19 @@ export function Converter() {
|
||||
<button
|
||||
type="button"
|
||||
className={styles.tab}
|
||||
data-active={c.mode === 'buy' || undefined}
|
||||
onClick={() => c.setMode('buy')}
|
||||
data-active={isUsdtToRub || undefined}
|
||||
onClick={() => setDirection('usdt_to_rub')}
|
||||
>
|
||||
КУПИТЬ
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
className={styles.tab}
|
||||
data-active={!isUsdtToRub || undefined}
|
||||
onClick={() => setDirection('rub_to_usdt')}
|
||||
>
|
||||
ПРОДАТЬ
|
||||
</button>
|
||||
</div>
|
||||
|
||||
{isUsdtToRub ? (
|
||||
|
||||
Reference in New Issue
Block a user