mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-11-02 13:47:55 +00:00
Update Add Fix
Updated dependencies Added GET_DAY_SUMMARY Fixed Qortal Lottery enter amount
This commit is contained in:
@@ -65,4 +65,7 @@ export const SEND_LOCAL_NOTIFICATION = 'SEND_LOCAL_NOTIFICATION'
|
||||
export const VOTE_ON_POLL= 'VOTE_ON_POLL'
|
||||
|
||||
//CREATE_POLL
|
||||
export const CREATE_POLL= 'CREATE_POLL'
|
||||
export const CREATE_POLL= 'CREATE_POLL'
|
||||
|
||||
//GET_DAY_SUMMARY
|
||||
export const GET_DAY_SUMMARY = 'GET_DAY_SUMMARY'
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -619,6 +619,7 @@ class QortalLottery extends LitElement {
|
||||
this.successMessage = ''
|
||||
this.sendQortLoading = false
|
||||
this.lotteryAtAddress = dataObj.aTAddress
|
||||
this.lotteryEnterAmount = dataObj.enter
|
||||
|
||||
if (!isNaN(this.lotteryEnterAmount) && !isNaN(parseFloat(this.lotteryEnterAmount))) {
|
||||
this.lotteryEnterAmount = parseFloat(dataObj.enter)
|
||||
|
||||
Reference in New Issue
Block a user