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
(cherry picked from commit a356f36)
  • Loading branch information
francoisl authored and OSBotify committed Jan 30, 2023
1 parent 69940c9 commit b8708a8
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 b8708a8

Please sign in to comment.