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 || '', };