From 90cce5e9aed6a887e849218ebad64b292dc2823b Mon Sep 17 00:00:00 2001 From: Vince <58160433+vincentbavitz@users.noreply.github.com> Date: Tue, 17 Dec 2019 12:30:33 +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 32f5762aa..d3b9d90d5 100644 --- a/js/background.js +++ b/js/background.js @@ -810,7 +810,7 @@ const params = { title: options.title, - description: options.description ? options.description : '', + description: options.description || '', type: options.type || '', id: options.id || '', };