From 8abb304d2ee919094205718d2d49c03b920ba4eb Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 14 Oct 2023 21:28:30 +0530 Subject: [PATCH] Bug fix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {