We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c903 commit d33c77aCopy full SHA for d33c77a
1 file changed
src/pages/inbox/report/ReportActionsView.tsx
@@ -69,7 +69,7 @@ function ReportActionsView({reportID, onLayout}: ReportActionsViewProps) {
69
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
70
71
const [reportPaginationState] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_PAGINATION_STATE}${reportID}`);
72
-
+
73
const reportPreviewAction = useMemo(() => getReportPreviewAction(report?.chatReportID, report?.reportID), [report?.chatReportID, report?.reportID]);
74
const didLayout = useRef(false);
75
0 commit comments