diff --git a/src/pages/home/report/ReportTypingIndicator.tsx b/src/pages/home/report/ReportTypingIndicator.tsx index 60e82af5ca26..1845a07681e3 100755 --- a/src/pages/home/report/ReportTypingIndicator.tsx +++ b/src/pages/home/report/ReportTypingIndicator.tsx @@ -9,7 +9,6 @@ import * as ReportUtils from '@libs/ReportUtils'; import ONYXKEYS from '@src/ONYXKEYS'; type ReportTypingIndicatorProps = { - // eslint-disable-next-line react/no-unused-prop-types -- This is used by withOnyx reportID: string; };