17.05.2026 funny
This commit is contained in:
@@ -61,7 +61,7 @@ export function ConverterSection() {
|
||||
>
|
||||
КУПИТЬ
|
||||
</button>
|
||||
<button
|
||||
{/* <button
|
||||
type="button"
|
||||
disabled
|
||||
className={styles.tab}
|
||||
@@ -69,7 +69,7 @@ export function ConverterSection() {
|
||||
onClick={() => c.setMode('sell')}
|
||||
>
|
||||
ПРОДАТЬ
|
||||
</button>
|
||||
</button> */}
|
||||
</div>
|
||||
|
||||
<div className={styles.field}>
|
||||
@@ -141,7 +141,7 @@ export function ConverterSection() {
|
||||
type="button"
|
||||
className={styles.payBtn}
|
||||
onClick={handlePay}
|
||||
disabled={!rubTotal || isPending}
|
||||
disabled={!rubTotal || isPending || !c.agreed}
|
||||
>
|
||||
{isPending ? 'Обработка...' : 'Оплатить'}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user