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} + ); }