Skip to content
Snippets Groups Projects
Commit e217f18b authored by syuilo⭐️'s avatar syuilo⭐️ Committed by GitHub
Browse files

[Client] Fix bug

parent eefdf85f
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@
this.fetching = true;
this.loadingContext = false;
this.content = null;
this.context = null;
this.post = null;
this.on('mount', () => {
......@@ -446,7 +446,7 @@
}).then(context => {
this.update({
loadContext: false,
content: context.reverse()
context: context.reverse()
});
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment