diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-20 00:19:51 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-20 00:20:05 +0200 |
| commit | 37e3a23f2a25120e13aa4f1ff65e444060d24abb (patch) | |
| tree | 5e1cc826969691ef4c6dbfd9412773e6318469d9 /src | |
| parent | 1931e7c3ba49a68586a31661f34da4cfc722ddf4 (diff) | |
fix badge
Diffstat (limited to 'src')
| -rw-r--r-- | src/services/notification_utils/notification_utils.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/services/notification_utils/notification_utils.js b/src/services/notification_utils/notification_utils.js index cf2a26aa..959d28db 100644 --- a/src/services/notification_utils/notification_utils.js +++ b/src/services/notification_utils/notification_utils.js @@ -90,12 +90,10 @@ export const unseenNotificationsFromStore = store => { export const prepareNotificationObject = (notification, i18n) => { if (cachedBadgeUrl === null) { const favicon = FaviconService.getOriginalFavicons()[0] - console.log('TEST FAVICON', favicon) if (!favicon) { cachedBadgeUrl = 'about:blank' } else { - cachedBadgeUrl = favicon.favimg.href - console.log('TEST FAVICON', cachedBadgeUrl) + cachedBadgeUrl = favicon.favimg.src } } |
