diff --git a/Libraries/Inspector/PerformanceOverlay.js b/Libraries/Inspector/PerformanceOverlay.js index 3329dc341d377a..1c6986c281ade6 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}