From 349267922a2c410f95e1383737fd3dbfdb8b6beb Mon Sep 17 00:00:00 2001 From: aimane-chnaif Date: Tue, 31 Jan 2023 05:21:40 +1000 Subject: [PATCH] fix typo when measure time on ReportActionsView --- src/pages/home/report/ReportActionsView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/report/ReportActionsView.js b/src/pages/home/report/ReportActionsView.js index 711a0045026b..4bbeaa997ae2 100755 --- a/src/pages/home/report/ReportActionsView.js +++ b/src/pages/home/report/ReportActionsView.js @@ -349,7 +349,7 @@ class ReportActionsView extends React.Component { } this.didLayout = true; - Timing.end(CONST.TIMING.SWITCH_REPORT, this.hasCachedActions ? CONST.Timing.WARM : CONST.TIMING.COLD); + Timing.end(CONST.TIMING.SWITCH_REPORT, this.hasCachedActions ? CONST.TIMING.WARM : CONST.TIMING.COLD); // Capture the init measurement only once not per each chat switch as the value gets overwritten if (!ReportActionsView.initMeasured) {