File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 >
99 {{ $t('common.send') }}
1010 </NavBar >
11- <!-- < InfoNotification v-if="nativeAssetRequired">
11+ <InfoNotification v-if =" nativeAssetRequired" >
1212 <EthRequiredMessage :account-id =" account.id" :action =" 'send'" />
13- </InfoNotification> -->
14- <InfoNotification v-if =" !isValidSendAmount" >
13+ </InfoNotification >
14+ <InfoNotification v-else- if =" !isValidSendAmount" >
1515 {{ `${$t('common.minSendAmount')} ${minimumAssetSendAmount} ${asset}` }}
1616 </InfoNotification >
1717 <div class =" wrapper form" >
@@ -289,7 +289,7 @@ import { UNSResolver } from '@liquality/wallet-core/dist/src/nameResolvers/uns'
289289import { errorToLiqualityErrorString } from ' @liquality/error-parser/dist/src/utils'
290290import { reportLiqualityError } from ' @liquality/error-parser/dist/src/reporters/index'
291291import InfoNotification from ' @/components/InfoNotification'
292- // import EthRequiredMessage from '@/components/EthRequiredMessage'
292+ import EthRequiredMessage from ' @/components/EthRequiredMessage'
293293
294294export default {
295295 components: {
@@ -303,7 +303,7 @@ export default {
303303 CustomFees,
304304 CustomFeesEIP1559,
305305 InfoNotification,
306- // EthRequiredMessage
306+ EthRequiredMessage
307307 },
308308 mixins: [ledgerConnectMixin],
309309 data () {
@@ -364,7 +364,7 @@ export default {
364364 },
365365 amount: {
366366 get () {
367- return this .stateAmount // crypto value
367+ return this .stateAmount
368368 },
369369 set (newValue ) {
370370 this .updateSendAmount (newValue)
You can’t perform that action at this time.
0 commit comments