diff --git a/Examples/UIExplorer/TimerExample.js b/Examples/UIExplorer/TimerExample.js index 0bfd5d05a..b5923b350 100644 --- a/Examples/UIExplorer/TimerExample.js +++ b/Examples/UIExplorer/TimerExample.js @@ -181,8 +181,12 @@ exports.examples = [ render: function() { if (this.state.showTimer) { - var timer = - ; + var timer = [ + , + + ]; var toggleText = 'Unmount timer'; } else { var timer = null; @@ -191,9 +195,6 @@ exports.examples = [ return ( {timer} -