1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

dataStore bug fix

This commit is contained in:
Rokt33r
2016-01-10 03:30:41 +09:00
parent 91ef5edcc3
commit ff9ef2af41
3 changed files with 15 additions and 38 deletions

View File

@@ -36,6 +36,7 @@ const initialStatus = {
isTutorialOpen: false
}
dataStore.init()
let data = dataStore.getData()
let initialArticles = {
data: data && data.articles ? data.articles : [],