UI bug fixes
This commit is contained in:
parent
185fc6a372
commit
279268d85e
@ -2809,7 +2809,7 @@
|
|||||||
switch (contractSubType) {
|
switch (contractSubType) {
|
||||||
case 'time-trigger':
|
case 'time-trigger':
|
||||||
floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@`
|
floData = `send ${participationAmount} ${tokenIdentification}# to ${contractName}@`
|
||||||
description = `You have participated in the event. Check out details <a href=${`https://ranchimall.github.io/floscout/#/contract/${contractName}-${contractAddress}`} target='_blank'>here</a>`
|
description = html`You have participated in the event. Check out details <a href=${`https://ranchimall.github.io/floscout/#/contract/${contractName}-${contractAddress}`} target='_blank'>here</a>`
|
||||||
break
|
break
|
||||||
case 'external-trigger':
|
case 'external-trigger':
|
||||||
const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value
|
const userChoice = getRef('smart_contract_participate_form').querySelector('input[name="choice"]:checked').value
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user