From 361e6dff9dfce4ddea8425db8db8040d56c19050 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 20 Nov 2023 14:04:50 +0530 Subject: [PATCH] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 103bf95..1a4e953 100644 --- a/index.html +++ b/index.html @@ -651,6 +651,7 @@ } function renderSearchedAddressList() { compactIDB.readAllData('contacts').then(contacts => { + if (!getRef('searched_addresses_list')) return if (Object.keys(contacts).length === 0) { renderElem(getRef('searched_addresses_list'), html`
  • Your searched addresses will appear here for easier access in future.