cleanup, updated broken favorites look + localization strings

This commit is contained in:
Henry Jameson 2018-08-16 13:41:45 +03:00
parent e8f7491003
commit 693eb4b717
4 changed files with 20 additions and 7 deletions

View file

@ -47,7 +47,6 @@ const api = {
}
},
fetchOldPost (store, { postId }) {
console.log(store)
store.state.backendInteractor.fetchOldPost({ store, postId })
},
stopFetching (store, timeline) {