Progress:

This commit is contained in:
Belén Curcio
2018-07-25 14:06:25 -03:00
parent 40ab723cf1
commit e519503129
9 changed files with 189 additions and 39 deletions
@@ -21,10 +21,15 @@ export default async function initLocalState(environment: Environment) {
// Parse query params
const query = qs.parse(location.search);
if (query.assetID) {
localRecord.setValue(query.assetID, "assetID");
}
if (query.commentID) {
localRecord.setValue(query.commentID, "commentID");
}
// Create network Record
const networkRecord = createAndRetain(
environment,