diff --git a/index.html b/index.html
index 8232fbd..e2d737b 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
- Convert to Taproot
+ Retrieve Taproot address
@@ -308,10 +308,10 @@
options.pinned = true
break;
}
- getRef("notification_drawer").push(message, { icon, ...options });
if (mode === 'error') {
console.error(message)
}
+ return getRef("notification_drawer").push(message, { icon, ...options });
}
function getFormattedTime(timestamp, format) {