diff --git a/src/bootstrap.ts b/src/bootstrap.ts index fe1eb9a..ac0b441 100644 --- a/src/bootstrap.ts +++ b/src/bootstrap.ts @@ -1,4 +1,4 @@ -import { GetConfiguration } from '@nitrots/configuration'; +import { GetConfiguration } from '@nitrots/nitro-renderer'; import { configFileUrl, getClientMode, installSecureFetch } from './secure-assets'; const ensureMobileViewport = () => diff --git a/src/components/notification-center/views/bubble-layouts/NotificationBadgeReceivedBubbleView.tsx b/src/components/notification-center/views/bubble-layouts/NotificationBadgeReceivedBubbleView.tsx index 333e51f..a8520a3 100644 --- a/src/components/notification-center/views/bubble-layouts/NotificationBadgeReceivedBubbleView.tsx +++ b/src/components/notification-center/views/bubble-layouts/NotificationBadgeReceivedBubbleView.tsx @@ -14,6 +14,8 @@ export const NotificationBadgeReceivedBubbleView: FC + { if(activeBadgeCodes.length === 0) SendMessageComposer(new RequestBadgesComposer()); });