Compare commits
2 Commits
ae1b9c0d73
...
0b825a61bb
Author | SHA1 | Date |
---|---|---|
|
0b825a61bb | |
|
7d974e6b89 |
|
@ -95,6 +95,14 @@ function initUiActions(store, _router) {
|
|||
offset: (page - 1) * limit,
|
||||
});
|
||||
|
||||
if (!notifications) {
|
||||
return {
|
||||
notifications: [],
|
||||
totalCount: 0,
|
||||
unseenCount: 0,
|
||||
};
|
||||
}
|
||||
|
||||
const curatedNotifications = notifications.nodes.map(notification => curateNotification(notification));
|
||||
|
||||
return {
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.193.0",
|
||||
"version": "1.193.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.193.0",
|
||||
"version": "1.193.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.193.0",
|
||||
"version": "1.193.1",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue