From b7a32726aa04cf821d082f7a83f3eece552c2021 Mon Sep 17 00:00:00 2001 From: Goran Gajic Date: Thu, 7 Apr 2016 23:37:48 -0700 Subject: [PATCH] Fix perf tab missing key warnings Summary: Closes https://github.com/facebook/react-native/pull/6865 Differential Revision: D3155343 fb-gh-sync-id: e020d92e928723db1a96a47f45627a4d85af4a0f fbshipit-source-id: e020d92e928723db1a96a47f45627a4d85af4a0f --- Libraries/Inspector/PerformanceOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Inspector/PerformanceOverlay.js b/Libraries/Inspector/PerformanceOverlay.js index 3329dc341d..1c6986c281 100644 --- a/Libraries/Inspector/PerformanceOverlay.js +++ b/Libraries/Inspector/PerformanceOverlay.js @@ -26,7 +26,7 @@ var PerformanceOverlay = React.createClass({ if (perfLogs[key].totalTime) { var unit = (key === 'BundleSize') ? 'b' : 'ms'; items.push( - + {key} {perfLogs[key].totalTime + unit}