Update js/background.js

Co-Authored-By: Mikunj Varsani <Mikunj@users.noreply.github.com>
pull/702/head^2
Vince 6 years ago committed by GitHub
parent 9cd27abf31
commit c4d7cfb90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -812,7 +812,7 @@
title: options.title, title: options.title,
description: options.description ? options.description : '', description: options.description ? options.description : '',
type: options.type ? options.type : '', type: options.type ? options.type : '',
id: options.id ? options.id : '', id: options.id || '',
}; };
// Give all toasts an ID. User may define. // Give all toasts an ID. User may define.

Loading…
Cancel
Save