mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +00:00
added parse
This commit is contained in:
parent
35d1518ce0
commit
c541f5731d
@ -495,7 +495,7 @@ export function updateThreadActivity({
|
||||
lastResetTime: 0,
|
||||
};
|
||||
} else {
|
||||
threads = storedData
|
||||
threads = JSON.parse(storedData);
|
||||
}
|
||||
|
||||
let lastResetTime = threads.lastResetTime || 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user