mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 22:02:46 +00:00
"Refactor admin UI components: update class names, element types, and nesting in admin.jsx, notificationLookup.jsx, and notificationUtils.jsx"
This commit is contained in:
@@ -129,7 +129,7 @@ const NotificationLookup = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="notificationsList">
|
||||
<div className="notificationList">
|
||||
{notifications.map((notification) => (
|
||||
<details key={notification.dismissKey}>
|
||||
<summary>{notification.title || 'No Title'}</summary>
|
||||
|
||||
Reference in New Issue
Block a user