Commit a773082e authored by Paul Slaughter's avatar Paul Slaughter

Resolve EE / CE diff of noteable_discussion

parent 84a1e37f
......@@ -454,8 +454,13 @@ Please check your network connection and try again.`;
</component>
</template>
</ul>
<draft-note
v-if="showDraft(discussion.reply_id)"
:key="`draft_${discussion.id}`"
:draft="draftForDiscussion(discussion.reply_id)"
/>
<div
v-if="isExpanded || !hasReplies"
v-else-if="isExpanded || !hasReplies"
:class="{ 'is-replying': isReplying }"
class="discussion-reply-holder"
>
......
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