Skip to content

Commit 230358e

Browse files
committed
fix linting errors
1 parent d6e46ff commit 230358e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

packages/fluent-theme/src/components/activity/private/StackedLayout.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ const StackedLayout = ({ activity, children }: StackedLayoutProps) => {
2424
<div className="webchat__stacked-layout__main">
2525
<div className="webchat__stacked-layout__avatar-gutter" />
2626
<div className="webchat__stacked-layout__content">
27-
<div
28-
aria-roledescription="message"
29-
className="webchat__stacked-layout__message-row"
30-
// Disable "Prop `id` is forbidden on DOM Nodes" rule because we are using the ID prop for accessibility.
31-
/* eslint-disable-next-line react/forbid-dom-props */
32-
role="group"
33-
>
27+
<div aria-roledescription="message" className="webchat__stacked-layout__message-row" role="group">
3428
<div className={classes['webchat__card']}>
3529
<ActivityDecorator activity={activity}>{children}</ActivityDecorator>
3630
</div>

0 commit comments

Comments
 (0)