mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed bug with added history from arrayhistory in profilepage
This commit is contained in:
@@ -94,7 +94,7 @@ export default {
|
||||
amount: amount
|
||||
}
|
||||
|
||||
this.arrayHistory.push(historyPayments)
|
||||
this.arrayHistory.unshift(historyPayments)
|
||||
},
|
||||
claimDataWithdraw(amount) {
|
||||
const historyPayments = {
|
||||
@@ -104,7 +104,7 @@ export default {
|
||||
amount: -amount
|
||||
}
|
||||
|
||||
this.arrayHistory.push(historyPayments)
|
||||
this.arrayHistory.unshift(historyPayments)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user