Skip to content

Commit 593f55e

Browse files
committed
lint & fix bell icon for new css
1 parent 9a7539f commit 593f55e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Loading

dash-renderer/src/components/error/menu/DebugMenu.react.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,14 @@ class DebugMenu extends Component {
9898
'bell',
9999
errCount + ' Error' + (errCount === 1 ? '' : 's')
100100
)}
101-
{buttonFactory(false, status, null, _StatusIcon, 'indicator', 'Server')}
101+
{buttonFactory(
102+
false,
103+
status,
104+
null,
105+
_StatusIcon,
106+
'indicator',
107+
'Server'
108+
)}
102109
</div>
103110
) : (
104111
<div className="dash-debug-menu__content" />

0 commit comments

Comments
 (0)