Commit f8696bb3 by Brian Jacobel

Resolve TNL-5249 - extra call to render was triggering discussions UI inconsistency

parent 2e2a23b9
......@@ -91,7 +91,6 @@
id = self.model.get('id');
if (collection.get(id)) {
self.model = collection.get(id);
self.rerender();
}
});
this.createShowView();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment