From c4d7cfb90ec11960c52039e733522719c382f37b Mon Sep 17 00:00:00 2001 From: Vince <58160433+vincentbavitz@users.noreply.github.com> Date: Tue, 17 Dec 2019 12:30:15 +1100 Subject: [PATCH] Update js/background.js Co-Authored-By: Mikunj Varsani --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 3dd639272..0847e2f2e 100644 --- a/js/background.js +++ b/js/background.js @@ -812,7 +812,7 @@ title: options.title, description: options.description ? options.description : '', type: options.type ? options.type : '', - id: options.id ? options.id : '', + id: options.id || '', }; // Give all toasts an ID. User may define.