From 50f61925eb528afc2467d8873c0cc720a1511d9b Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 5 Dec 2024 08:03:08 -0500 Subject: [PATCH] FIX: typo in topic gist for escapedExcerpt (#1003) --- assets/javascripts/discourse/components/ai-topic-gist.gjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}