diff --git a/public/js/components/feature/Feature.jsx b/public/js/components/feature/Feature.jsx index b29bbc9b75..4a395a1ba7 100644 --- a/public/js/components/feature/Feature.jsx +++ b/public/js/components/feature/Feature.jsx @@ -92,7 +92,7 @@ var Feature = React.createClass({ renderHistory: function() { return ( - + ); diff --git a/public/js/components/log/LogEntryList.jsx b/public/js/components/log/LogEntryList.jsx index 21c2ffcba4..8311da6e3e 100644 --- a/public/js/components/log/LogEntryList.jsx +++ b/public/js/components/log/LogEntryList.jsx @@ -11,8 +11,8 @@ var LogEntryList = React.createClass({ return ; }); return ( -
- +
+
When