Skip to content

Commit 1cbe741

Browse files
committed
fix: blank page
1 parent e0bfa67 commit 1cbe741

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/extension/src/ui/action/views/swap

packages/extension/src/ui/action/views/swap/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,7 @@ const sendButtonTitle = computed(() => {
773773
});
774774
775775
const isDisabled = computed(() => {
776+
if (!fromToken.value!.balance) return true;
776777
if (!fromAmount.value || fromAmount.value === '0' || errors.value.inputAmount)
777778
return true;
778779
if (

0 commit comments

Comments
 (0)