This commit is contained in:
sairaj mote 2023-10-14 21:28:30 +05:30
parent fc8f42bd26
commit 8abb304d2e

View File

@ -54,7 +54,7 @@
<path d="M0 0h24v24H0V0z" fill="none" /> <path d="M0 0h24v24H0V0z" fill="none" />
<path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z" /> <path d="M6.99 11L3 15l3.99 4v-3H14v-2H6.99v-3zM21 9l-3.99-4v3H10v2h7.01v3L21 9z" />
</svg> </svg>
Convert to Taproot Retrieve Taproot address
</button> </button>
</li> </li>
</menu> </menu>
@ -308,10 +308,10 @@
options.pinned = true options.pinned = true
break; break;
} }
getRef("notification_drawer").push(message, { icon, ...options });
if (mode === 'error') { if (mode === 'error') {
console.error(message) console.error(message)
} }
return getRef("notification_drawer").push(message, { icon, ...options });
} }
function getFormattedTime(timestamp, format) { function getFormattedTime(timestamp, format) {