1
0
mirror of synced 2026-08-04 23:06:56 +00:00

FIX: typo in topic gist for escapedExcerpt (#1003)

This commit is contained in:
Kris
2024-12-05 08:03:08 -05:00
committed by GitHub
parent 625fd06744
commit 50f61925eb
@@ -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 {
<div class="excerpt__contents">{{this.gist}}</div>
</div>
{{else}}
{{#if this.esacpedExceprt}}
{{#if this.escapedExcerpt}}
<div class="excerpt">
<div class="excerpt__contents">
{{htmlSafe this.escapedExceprt}}
{{htmlSafe this.escapedExcerpt}}
</div>
</div>
{{/if}}