17.05.2026 funny

This commit is contained in:
2026-05-17 12:41:47 +03:00
parent 253407abc3
commit 73d1fd9135
4 changed files with 37 additions and 20 deletions

View File

@@ -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>