summaryrefslogtreecommitdiff
path: root/scraper/client/store.js
diff options
context:
space:
mode:
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: {}
})