Save workspace changes
This commit is contained in:
@@ -124,7 +124,7 @@ export default function NotificationDropdown({ initialUnreadCount = 0, notificat
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
<div className="max-h-[28rem] overflow-y-auto">
|
||||
<div className="max-h-[28rem] overflow-y-auto nova-scrollbar">
|
||||
{loading ? <div className="px-4 py-6 text-sm text-white/45">Loading notifications…</div> : null}
|
||||
{!loading && items.length === 0 ? <div className="px-4 py-6 text-sm text-white/45">No notifications yet.</div> : null}
|
||||
{!loading && items.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user