Fix sex, mood & pain symptoms not showing data on the overview
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ export function closeDb() {
|
||||
db.close()
|
||||
}
|
||||
|
||||
function mapRealmObjToJsObj(realmObj) {
|
||||
export function mapRealmObjToJsObj(realmObj) {
|
||||
return realmObj ? JSON.parse(JSON.stringify(realmObj)) : realmObj
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user