Skip to content

Commit

Permalink
Merge pull request #14663 from aimane-chnaif/fix-13997-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Jan 30, 2023
2 parents c6cda53 + 3492679 commit a356f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a356f36

Please sign in to comment.