diff --git a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6 b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6
index f98a90eb1d..3c0c0a1332 100644
--- a/app/assets/javascripts/discourse/widgets/post-cooked.js.es6
+++ b/app/assets/javascripts/discourse/widgets/post-cooked.js.es6
@@ -162,12 +162,7 @@ export default class PostCooked {
// If it's the same topic as ours, build the URL from the topic object
if (this.attrs.topicId === asideTopicId) {
navLink = ``;
- } else {
- // Made up slug should be replaced with canonical URL
- const asideLink = Discourse.getURL("/t/via-quote/") + asideTopicId + "/" + postNumber;
- navLink = ``;
}
-
} else {
// assume the same topic
navLink = ``;