Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 6d1dc06

Browse files
committed
lint...
1 parent e01689a commit 6d1dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-artifact.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default class AiArtifactComponent extends Component {
144144
{{#if this.expanded}}
145145
{{htmlClass "ai-artifact-expanded"}}
146146
{{/if}}
147-
<div class={{this.wrapperClasses}} style="{{this.heightStyle}}">
147+
<div class={{this.wrapperClasses}} style={{this.heightStyle}}>
148148
<div class="ai-artifact__panel--wrapper">
149149
<div class="ai-artifact__panel">
150150
<DButton

0 commit comments

Comments
 (0)