diff --git a/components/common/input/TransactionWithdraw.vue b/components/common/input/TransactionWithdraw.vue index 3d361804..1d11d8cc 100644 --- a/components/common/input/TransactionWithdraw.vue +++ b/components/common/input/TransactionWithdraw.vue @@ -6,7 +6,7 @@ :loading="loading" :tokens="tokens" :balances="balances" - :title="from==='withdraw'? 'Choose chain and token':''" + :title="from === 'withdraw' ? 'Choose chain and token' : 'Choose token'" >