Skip to content

Commit

Permalink
Update RecentList.web.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yinuoyang01 committed Sep 10, 2024
1 parent fcf49fd commit 006ed16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/features/recent-list/components/RecentList.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class RecentList extends AbstractRecentList<IProps> {
return (
<MeetingsList
accessibilityRole = "list"

Check failure on line 80 in react/features/recent-list/components/RecentList.web.tsx

View workflow job for this annotation

GitHub Actions / Lint

Expected indentation of 16 spaces but found 12

Check failure on line 80 in react/features/recent-list/components/RecentList.web.tsx

View workflow job for this annotation

GitHub Actions / Lint

Unexpected usage of doublequote
accessible = { true }
disabled = { Boolean(disabled) }

Check failure on line 81 in react/features/recent-list/components/RecentList.web.tsx

View workflow job for this annotation

GitHub Actions / Lint

Expected indentation of 16 spaces but found 12
hideURL = { true }

Check failure on line 82 in react/features/recent-list/components/RecentList.web.tsx

View workflow job for this annotation

GitHub Actions / Lint

Expected indentation of 16 spaces but found 12
listEmptyComponent = { this._getRenderListEmptyComponent() }

Check failure on line 83 in react/features/recent-list/components/RecentList.web.tsx

View workflow job for this annotation

GitHub Actions / Lint

Expected indentation of 16 spaces but found 12
Expand Down

0 comments on commit 006ed16

Please sign in to comment.