fix: Fixes wrong variable usage in transcript file (#7316)

This commit is contained in:
Nithin David Thomas 2023-06-15 16:00:21 +05:30 committed by GitHub
parent 9985f1c143
commit 06ac7c829b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<tr>
<td style="padding-bottom: 16px;">
<% if message.content %>
<%= ChatwootMarkdownRenderer.new(message_content).render_message %>
<%= ChatwootMarkdownRenderer.new(message.content).render_message %>
<% end %>
<% if message.attachments %>
<% message.attachments.each do |attachment| %>