diff --git a/react/features/filmstrip/components/native/ModeratorIndicator.tsx b/react/features/filmstrip/components/native/ModeratorIndicator.tsx index e8a78ae14..718e201ac 100644 --- a/react/features/filmstrip/components/native/ModeratorIndicator.tsx +++ b/react/features/filmstrip/components/native/ModeratorIndicator.tsx @@ -1,7 +1,9 @@ +/* eslint-disable lines-around-comment */ + import React from 'react'; +// @ts-ignore import { IconModerator } from '../../../base/icons'; -// eslint-disable-next-line lines-around-comment // @ts-ignore import { BaseIndicator } from '../../../base/react';