From 07a81297cb7e989b1e717fc2d967093ea5b70cca Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Mon, 23 Sep 2024 11:26:59 +0700 Subject: [PATCH] remove comment --- src/pages/home/report/ReportTypingIndicator.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/home/report/ReportTypingIndicator.tsx b/src/pages/home/report/ReportTypingIndicator.tsx index 60e82af5ca2..1845a07681e 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; };