diff --git a/assets/javascripts/discourse/components/ai-topic-gist.gjs b/assets/javascripts/discourse/components/ai-topic-gist.gjs index 30548fcb..050d24e9 100644 --- a/assets/javascripts/discourse/components/ai-topic-gist.gjs +++ b/assets/javascripts/discourse/components/ai-topic-gist.gjs @@ -17,7 +17,7 @@ export default class AiTopicGist extends Component { return this.args.topic.get("ai_topic_gist"); } - get escapedExceprt() { + get escapedExcerpt() { return this.args.topic.get("escapedExcerpt"); } @@ -28,10 +28,10 @@ export default class AiTopicGist extends Component {
{{this.gist}}
{{else}} - {{#if this.esacpedExceprt}} + {{#if this.escapedExcerpt}}
- {{htmlSafe this.escapedExceprt}} + {{htmlSafe this.escapedExcerpt}}
{{/if}}