From 1897ec48d3ea4bea0a501e88944eeffc7e16ca70 Mon Sep 17 00:00:00 2001 From: David Palubin Date: Fri, 5 Jul 2019 16:42:51 +0000 Subject: Remove unresolved class and fixed height in discussion header --- .../javascripts/notes/components/noteable_discussion.vue | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'app/assets/javascripts') diff --git a/app/assets/javascripts/notes/components/noteable_discussion.vue b/app/assets/javascripts/notes/components/noteable_discussion.vue index 3fbd0a9f715..ac743d9f4b8 100644 --- a/app/assets/javascripts/notes/components/noteable_discussion.vue +++ b/app/assets/javascripts/notes/components/noteable_discussion.vue @@ -144,15 +144,6 @@ export default { return {}; }, - componentClassName() { - if (this.shouldRenderDiffs) { - if (!this.lastUpdatedAt && !this.discussion.resolved) { - return 'unresolved'; - } - } - - return ''; - }, isExpanded() { return this.discussion.expanded || this.alwaysExpanded; }, @@ -313,11 +304,11 @@ export default {