refactor(browser-extension): drop unnecessary line break
This commit is contained in:
parent
6b788abe28
commit
fd19ba3242
@ -338,7 +338,6 @@ browser.runtime.onMessage.addListener((message, sender, callback) => {
|
|||||||
case 'REPORT':
|
case 'REPORT':
|
||||||
report(message).then(callback);
|
report(message).then(callback);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case 'UPDATE_BADGE':
|
case 'UPDATE_BADGE':
|
||||||
if (isPage && tabId !== undefined) {
|
if (isPage && tabId !== undefined) {
|
||||||
browser.action.setBadgeBackgroundColor({ color: '#6b7280' });
|
browser.action.setBadgeBackgroundColor({ color: '#6b7280' });
|
||||||
|
Loading…
Reference in New Issue
Block a user