aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-25 19:58:26 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-25 19:58:26 +0200
commitacca75efef0a47eed4bb0ad875e3047b051c24c6 (patch)
treeb37e9e6733af103dc52f7a149fb2853ac6f3d1ba /src/stores
parentAdd explanation for usage of 1.1.1.1 (diff)
downloadferdium-app-acca75efef0a47eed4bb0ad875e3047b051c24c6.tar.gz
ferdium-app-acca75efef0a47eed4bb0ad875e3047b051c24c6.tar.zst
ferdium-app-acca75efef0a47eed4bb0ad875e3047b051c24c6.zip
Lint
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/NewsStore.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stores/NewsStore.js b/src/stores/NewsStore.js
index 92d34029e..43edeba8e 100644
--- a/src/stores/NewsStore.js
+++ b/src/stores/NewsStore.js
@@ -29,8 +29,9 @@ export default class NewsStore extends Store {
29 } 29 }
30 30
31 @computed get latest() { 31 @computed get latest() {
32 // TODO: fix random logout issues and reactivate news
32 // return this.latestNewsRequest.execute().result || []; 33 // return this.latestNewsRequest.execute().result || [];
33 return [] 34 return [];
34 } 35 }
35 36
36 // Actions 37 // Actions