From 6d06979da60e20caf011b9cddf1f203269363fe4 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Mon, 22 Feb 2016 16:19:22 -0500 Subject: [PATCH] FIX: Arrow in quotes was pointing the wrong way --- app/assets/javascripts/discourse/widgets/post-cooked.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 index 6aebe200e5c..19bb1a99f6f 100644 --- a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 @@ -158,7 +158,7 @@ export default class PostCooked { if (asideTopicId) { // If it's the same topic as ours, build the URL from the topic object - if (this.topicId === asideTopicId) { + if (this.attrs.topicId === asideTopicId) { navLink = ``; } else { // Made up slug should be replaced with canonical URL