add redirects
This commit is contained in:
@@ -153,7 +153,11 @@ export function SwapForm() {
|
||||
|
||||
<SwapInfoPanel gasFee={gasFee} />
|
||||
|
||||
<PrimaryButton onClick={handleSwap} disabled={isButtonDisabled} />
|
||||
<PrimaryButton
|
||||
label={isSwapping || isFetchingTrxQuote ? 'Загрузка...' : undefined}
|
||||
onClick={handleSwap}
|
||||
disabled={isButtonDisabled}
|
||||
/>
|
||||
|
||||
{modalData && (
|
||||
<SwapConfirmModal
|
||||
|
||||
Reference in New Issue
Block a user