mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 10:27:49 +00:00
Add TicketNotificationBell component to layout for admin notifications
This commit is contained in:
@@ -5,6 +5,7 @@ import { useQuery } from '@tanstack/react-query'
|
|||||||
import { useAuthStore } from '../../store/auth'
|
import { useAuthStore } from '../../store/auth'
|
||||||
import LanguageSwitcher from '../LanguageSwitcher'
|
import LanguageSwitcher from '../LanguageSwitcher'
|
||||||
import PromoDiscountBadge from '../PromoDiscountBadge'
|
import PromoDiscountBadge from '../PromoDiscountBadge'
|
||||||
|
import TicketNotificationBell from '../TicketNotificationBell'
|
||||||
import { contestsApi } from '../../api/contests'
|
import { contestsApi } from '../../api/contests'
|
||||||
import { pollsApi } from '../../api/polls'
|
import { pollsApi } from '../../api/polls'
|
||||||
import { brandingApi } from '../../api/branding'
|
import { brandingApi } from '../../api/branding'
|
||||||
@@ -337,6 +338,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<PromoDiscountBadge />
|
<PromoDiscountBadge />
|
||||||
|
<TicketNotificationBell isAdmin={isAdminActive()} />
|
||||||
<LanguageSwitcher />
|
<LanguageSwitcher />
|
||||||
|
|
||||||
{/* Profile - Desktop */}
|
{/* Profile - Desktop */}
|
||||||
|
|||||||
Reference in New Issue
Block a user