mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
fixed error display
This commit is contained in:
parent
2b2724c34f
commit
61250b5562
|
@ -39,8 +39,11 @@ export default class LogMonitorEntry {
|
|||
}
|
||||
return (
|
||||
<span style={{
|
||||
paddingLeft: 15,
|
||||
fontStyle: 'italic'
|
||||
fontSize: '0.8em',
|
||||
paddingLeft: 0,
|
||||
paddingRight: 5,
|
||||
fontStyle: 'italic',
|
||||
color: this.props.theme.base08
|
||||
}}>
|
||||
({errorText})
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user