aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/NewsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/NewsStore.js')
-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 86e092592..92d34029e 100644
--- a/src/stores/NewsStore.js
+++ b/src/stores/NewsStore.js
@@ -29,7 +29,8 @@ export default class NewsStore extends Store {
29 } 29 }
30 30
31 @computed get latest() { 31 @computed get latest() {
32 return this.latestNewsRequest.execute().result || []; 32 // return this.latestNewsRequest.execute().result || [];
33 return []
33 } 34 }
34 35
35 // Actions 36 // Actions