Skip to content

Commit d33c77a

Browse files
committed
chore: prettier
1 parent 9e4c903 commit d33c77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/inbox/report/ReportActionsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function ReportActionsView({reportID, onLayout}: ReportActionsViewProps) {
6969
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
7070

7171
const [reportPaginationState] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_PAGINATION_STATE}${reportID}`);
72-
72+
7373
const reportPreviewAction = useMemo(() => getReportPreviewAction(report?.chatReportID, report?.reportID), [report?.chatReportID, report?.reportID]);
7474
const didLayout = useRef(false);
7575

0 commit comments

Comments
 (0)