diff --git a/public_html/js/Presenters/PostCommentListPresenter.js b/public_html/js/Presenters/PostCommentListPresenter.js
index a02d2894..6a19e1e2 100644
--- a/public_html/js/Presenters/PostCommentListPresenter.js
+++ b/public_html/js/Presenters/PostCommentListPresenter.js
@@ -157,7 +157,7 @@ App.Presenters.PostCommentListPresenter = function(
} else {
comments.push(comment);
}
- renderComments(comments, true);
+ render();
}).fail(function(response) {
window.alert(response.json && response.json.error || response);
});