summaryrefslogtreecommitdiff
path: root/scraper/client/store.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-02-13 16:46:10 +0100
committerJules Laplace <julescarbon@gmail.com>2019-02-13 16:46:10 +0100
commitd0dc5cd83f1c436185d247600c3c5be9360bf1ca (patch)
tree92db65b2a525b6512fd7f5349da561c476fe997e /scraper/client/store.js
parent1563d1da307a78ddc388483fd95a68a511e18048 (diff)
displaying more info about the papers
Diffstat (limited to 'scraper/client/store.js')
-rw-r--r--scraper/client/store.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scraper/client/store.js b/scraper/client/store.js
index 9eae8939..3bf64114 100644
--- a/scraper/client/store.js
+++ b/scraper/client/store.js
@@ -11,6 +11,8 @@ const initialState = () => ({
institutions: {},
papers: {},
address: {},
+ paperInfo: {},
+ unknownCitations: {},
options: {}
})