We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bfa67 commit 1cbe741Copy full SHA for 1cbe741
1 file changed
packages/extension/src/ui/action/views/swap/index.vue
@@ -773,6 +773,7 @@ const sendButtonTitle = computed(() => {
773
});
774
775
const isDisabled = computed(() => {
776
+ if (!fromToken.value!.balance) return true;
777
if (!fromAmount.value || fromAmount.value === '0' || errors.value.inputAmount)
778
return true;
779
if (
0 commit comments