aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-25 14:16:51 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-25 14:16:51 +0200
commita6f21e2623d76519402f7ca9c6d9f75ccd0ba5c2 (patch)
treee2c5c9b8a53d9c1be08c08c2d822715ff224d727 /src/stores
parentAdd "Change Server" links to login and signup (diff)
downloadferdium-app-a6f21e2623d76519402f7ca9c6d9f75ccd0ba5c2.tar.gz
ferdium-app-a6f21e2623d76519402f7ca9c6d9f75ccd0ba5c2.tar.zst
ferdium-app-a6f21e2623d76519402f7ca9c6d9f75ccd0ba5c2.zip
Remove news due to logout issues
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 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