Skip to content
Snippets Groups Projects
Commit 5d439669 authored by Brian Jacobel's avatar Brian Jacobel Committed by GitHub
Browse files

Merge pull request #13333 from edx/bjacobel/TNL-5249

Fix TNL-5249: inconsistent state in discussions UI
parents 79e0691e f8696bb3
No related merge requests found
......@@ -91,7 +91,6 @@
id = self.model.get('id');
if (collection.get(id)) {
self.model = collection.get(id);
self.rerender();
}
});
this.createShowView();
......
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