Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit fa9874f

Browse files
committed
fix: call initIcons after notification panel renders
1 parent c9ebaf2 commit fa9874f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ function renderNotifications() {
268268
markAsRead(id);
269269
});
270270
});
271+
initIcons();
271272
}
272273

273274
async function markAsRead(id) {

0 commit comments

Comments
 (0)