Skip to content

Commit

Permalink
Chat: Get rid of excessive ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao authored Oct 28, 2024
1 parent 6029aba commit 4cd57dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/devextreme/js/__internal/ui/chat/messagegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class MessageGroup extends Widget<Properties> {
const { author } = items[0];
const authorName = author?.name;
const authorAvatarUrl = author?.avatarUrl;
// @ts-expect-error
const authorAvatarAlt = author?.avatarAlt;

this._avatar = this._createComponent($avatar, Avatar, {
Expand Down

0 comments on commit 4cd57dc

Please sign in to comment.