fix: pass jquery object in to action:notifications.loaded hook

This commit is contained in:
Julian Lam
2021-02-08 16:29:45 -05:00
parent 7edc8f458d
commit 16610b2dca

View File

@@ -66,7 +66,7 @@ define('notifications', [
hooks.fire('action:notifications.loaded', {
notifications: notifs,
list: notifList.get(0),
list: notifList,
});
});
});