mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 18:02:42 +00:00
move back to conditional showing instead of conditional rendering
This commit is contained in:
@@ -22,7 +22,6 @@ const NotificationPopup = ()=>{
|
||||
|
||||
try {
|
||||
const res = await request.get('/admin/notification/all');
|
||||
console.log('res', res.body);
|
||||
pickActiveNotifications(res.body || []);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
|
||||
Reference in New Issue
Block a user