Add missing semi-colon

This commit is contained in:
Lesley Norton
2021-09-20 10:57:52 -05:00
parent 05dc48eac2
commit 97d69e263d
+1 -1
View File
@@ -14,7 +14,7 @@ async function load() {
const container = await browser.contextualIdentities.get(cookieStoreId);
const currentContainer = currentCookieStoreId ? await browser.contextualIdentities.get(currentCookieStoreId) : null;
const currentContainerName = currentContainer ? currentContainer.name : ""
const currentContainerName = currentContainer ? currentContainer.name : "";
document.querySelectorAll("[data-message-id]").forEach(el => {
const elementData = el.dataset;