mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-12-23 01:29:39 +01:00
fix eslint
This commit is contained in:
parent
cfe7231f7b
commit
7389599c34
@ -77,7 +77,7 @@
|
||||
v-show="data.airdrops"
|
||||
:data="data.airdrops"
|
||||
:sticky-header="true"
|
||||
:row-class="(row) => row.address === this.getAccount && 'is-selected'"
|
||||
:row-class="(row) => row.address === getAccount && 'is-selected'"
|
||||
>
|
||||
<b-table-column v-slot="props" field="address" label="Address">
|
||||
<a :href="domainUrl(props.row.address)" target="_blank">{{
|
||||
@ -130,9 +130,6 @@ export default {
|
||||
domainUrl(address) {
|
||||
return `https://etherscan.io/address/${address}`
|
||||
},
|
||||
txHash(txHash) {
|
||||
return `https://etherscan.io/tx/${txHash}`
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user