FIX: Arrow in quotes was pointing the wrong way

This commit is contained in:
Robin Ward 2016-02-22 16:19:22 -05:00
parent acc20c87b2
commit 6d06979da6
1 changed files with 1 additions and 1 deletions

View File

@ -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 = `<a href='${this._urlForPostNumber(postNumber)}' title='${quoteTitle}' class='back'></a>`;
} else {
// Made up slug should be replaced with canonical URL