mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 18:51:05 +01:00
refactor: rename
This commit is contained in:
parent
bdcae96114
commit
a969540715
@ -85,7 +85,7 @@ page_container %}
|
||||
size="lg"
|
||||
color="secondary"
|
||||
class="q-mr-md cursor-pointer"
|
||||
@click="recheckToken(props.row.hash)"
|
||||
@click="recheckBuyOrder(props.row.hash)"
|
||||
>
|
||||
Recheck
|
||||
</q-badge>
|
||||
@ -893,8 +893,8 @@ page_container %}
|
||||
}
|
||||
},
|
||||
|
||||
recheckToken: async function(hash) {
|
||||
console.log('### recheckToken', hash)
|
||||
recheckBuyOrder: async function(hash) {
|
||||
console.log('### recheckBuyOrder', hash)
|
||||
const tokens = this.tokens.find(bt => bt.hash = hash)
|
||||
if (!tokens) {
|
||||
console.error('####### no token for hash', hash)
|
||||
|
Loading…
Reference in New Issue
Block a user