From 279480ac15bb4bfe8da60287c5e42bc9c973adb3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 12 Aug 2015 15:53:12 +0300 Subject: [PATCH] Tweak error reporting style --- src/react/LogMonitorEntry.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/react/LogMonitorEntry.js b/src/react/LogMonitorEntry.js index 8934940b..ae6305b4 100644 --- a/src/react/LogMonitorEntry.js +++ b/src/react/LogMonitorEntry.js @@ -38,15 +38,15 @@ export default class LogMonitorEntry { } } return ( - - ({errorText}) - + {errorText} + ); }