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