mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 13:22:39 +00:00
Lint
This commit is contained in:
@@ -91,8 +91,8 @@ const NotificationLookup = ()=>{
|
|||||||
<details>
|
<details>
|
||||||
<summary>{notification.title || 'No Title'}</summary>
|
<summary>{notification.title || 'No Title'}</summary>
|
||||||
<NotificationDetail notification={notification} onDelete={deleteNotification} />
|
<NotificationDetail notification={notification} onDelete={deleteNotification} />
|
||||||
</details></li>
|
</details>
|
||||||
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user