debug
This commit is contained in:
parent
f3273465a6
commit
df14c66341
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ export const unseenNotificationsFromStore = store => {
|
|||
export const prepareNotificationObject = (notification, i18n) => {
|
||||
if (cachedBadgeUrl === null) {
|
||||
const favicon = FaviconService.getOriginalFavicons()[0]
|
||||
console.log(favicon)
|
||||
if (!favicon) {
|
||||
cachedBadgeUrl = 'about:blank'
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue