Fix sex, mood & pain symptoms not showing data on the overview

This commit is contained in:
Sofiya Tepikin
2022-04-24 22:04:10 +02:00
parent bce21ff9a9
commit 7d109878fc
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export function closeDb() {
db.close()
}
function mapRealmObjToJsObj(realmObj) {
export function mapRealmObjToJsObj(realmObj) {
return realmObj ? JSON.parse(JSON.stringify(realmObj)) : realmObj
}