0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00
This commit is contained in:
Trevor Buckner
2024-09-18 15:34:58 -04:00
parent 3caec793d8
commit 6c42a7e180

View File

@@ -91,8 +91,8 @@ const NotificationLookup = ()=>{
<details>
<summary>{notification.title || 'No Title'}</summary>
<NotificationDetail notification={notification} onDelete={deleteNotification} />
</details></li>
</details>
</li>
))}
</ul>
);