Skip to content

Commit 6510c46

Browse files
committed
fix: lint
1 parent 435f9fb commit 6510c46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/inbox/report/ReportActionsView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function ReportActionsView({
101101
);
102102
const [transactionThreadReport] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT}${transactionThreadReportID}`);
103103
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
104-
const prevTransactionThreadReport = usePrevious(transactionThreadReport);
105104
const reportActionID = route?.params?.reportActionID;
106105
const prevReportActionID = usePrevious(reportActionID);
107106
const reportPreviewAction = useMemo(() => getReportPreviewAction(report.chatReportID, report.reportID), [report.chatReportID, report.reportID]);

0 commit comments

Comments
 (0)