FIX: Render fancy title correctly in composer (#11714)

This commit is contained in:
Mark VanLandingham 2021-01-14 13:07:06 -06:00 committed by GitHub
parent 54d3b37b48
commit 82af278ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ const Composer = RestModel.extend({
if (topic) {
options.topicLink = {
href: topic.url,
anchor: topic.fancy_title || escapeExpression(topicTitle),
anchor: topic.fancyTitle || escapeExpression(topicTitle),
};
}