Fixes #677
This commit is contained in:
parent
2475467dd0
commit
7a44cceb65
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ class Console extends React.Component {
|
||||||
LOG_DEBUG_ICON: `url(${debugDarkUrl})`,
|
LOG_DEBUG_ICON: `url(${debugDarkUrl})`,
|
||||||
LOG_INFO_ICON: `url(${infoDarkUrl})`,
|
LOG_INFO_ICON: `url(${infoDarkUrl})`,
|
||||||
BASE_FONT_SIZE: `${this.props.consoleFontSize}`
|
BASE_FONT_SIZE: `${this.props.consoleFontSize}`
|
||||||
|
|
||||||
};
|
};
|
||||||
if (times > 1) {
|
if (times > 1) {
|
||||||
Object.assign(style, CONSOLE_FEED_WITHOUT_ICONS);
|
Object.assign(style, CONSOLE_FEED_WITHOUT_ICONS);
|
||||||
|
|
Loading…
Reference in a new issue