Undo 'add thirdparty comment in acccourse resources' (commit 62b8b3e6)

-> it was displaying wrong comment !
This commit is contained in:
2022-01-12 11:19:57 +01:00
parent b23161fa1d
commit b1bffd875c
5 changed files with 0 additions and 7 deletions

View File

@@ -91,9 +91,6 @@
<a :href="'mailto: ' + thirdparty.email">{{ thirdparty.email }}</a>
</li>
</ul>
<div v-if="options.addComment && !thirdparty.contactDataAnonymous && thirdparty.comment">
<blockquote class="chill-user-quote">{{ thirdparty.comment }}</blockquote>
</div>
</div>
</div>
</div>

View File

@@ -14,7 +14,6 @@
hLevel: 3,
addCenter: true,
addNoData: true,
addComment: true,
isMultiline: true
}"
></third-party-render-box>