Update UnifiedNotifications.tsx
This commit is contained in:
@@ -307,8 +307,6 @@ export default function UnifiedNotifications() {
|
||||
)}
|
||||
</TabsTrigger>
|
||||
</TabsList>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
||||
<TabsContent value="all" className="m-0">
|
||||
{totalNotifications === 0 ? (
|
||||
@@ -353,11 +351,6 @@ export default function UnifiedNotifications() {
|
||||
</>
|
||||
)}
|
||||
|
||||
{/* Divider if both types are present */}
|
||||
{unreadCounts.totalUnread > 0 && newOrders.length > 0 && (
|
||||
<DropdownMenuSeparator />
|
||||
)}
|
||||
|
||||
{/* Orders Section */}
|
||||
{newOrders.length > 0 && (
|
||||
<>
|
||||
@@ -505,6 +498,8 @@ export default function UnifiedNotifications() {
|
||||
</>
|
||||
)}
|
||||
</TabsContent>
|
||||
</Tabs>
|
||||
</div>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user