Riso: Ris Italia, altre modifiche grafiche
Lista Utenti da Verificare
This commit is contained in:
@@ -173,7 +173,7 @@ export default function () {
|
||||
if (notif.typeid === shared_consts.TypeNotifs.ID_CIRCUIT_SENDCOINSREQ) {
|
||||
// console.log('notif.extrarec', notif.extrarec)
|
||||
if (notif.extrarec && notif.extrarec.hasOwnProperty('causal') && notif.extrarec.causal) {
|
||||
descr += '( ' + $t('movement.causal') + ': ' + notif.extrarec.causal + ')'
|
||||
descr += '<br>' + $t('movement.causal') + ': ' + notif.extrarec.causal
|
||||
}
|
||||
}
|
||||
} else if (notif.typedir === shared_consts.TypeNotifs.TYPEDIR_HANDSHAKE) {
|
||||
@@ -188,7 +188,7 @@ export default function () {
|
||||
if (notif.typeid === shared_consts.TypeNotifs.ID_CIRCUIT_SENDCOINSREQ) {
|
||||
// console.log('notif.extrarec', notif.extrarec)
|
||||
if (notif.extrarec && notif.extrarec.hasOwnProperty('causal') && notif.extrarec.causal) {
|
||||
descr += '( ' + $t('movement.causal') + ': ' + notif.extrarec.causal + ')'
|
||||
descr += '<br>' + $t('movement.causal') + ': ' + notif.extrarec.causal
|
||||
}
|
||||
}
|
||||
} else if (notif.typedir === shared_consts.TypeNotifs.TYPEDIR_GROUPS) {
|
||||
|
||||
Reference in New Issue
Block a user