Skip to content

Commit 88b7b91

Browse files
committed
feat(chat): fix lint error
1 parent e5e62a3 commit 88b7b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/chat/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default class IgcChatComponent extends EventEmitterMixin<
211211
<slot name="title" part="title">${this.headerText}</slot>
212212
</div>
213213
<slot name="actions" class="actions">
214-
<igc-button variant="flat"></igcbutton>
214+
<igc-button variant="flat"></igc-button>
215215
</slot>
216216
</div>
217217
<igc-chat-message-list

0 commit comments

Comments
 (0)