0
0
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:
Víctor Losada Hernández
2024-10-10 13:17:24 +02:00
parent 001bf4a605
commit 2d8874acaf
2 changed files with 5 additions and 9 deletions

View File

@@ -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);