Fix regressions in icon buttons in web UI (#14915)

This commit is contained in:
Eugen Rochko
2020-10-04 15:02:36 +02:00
committed by GitHub
parent 16b776c68f
commit a549415868
3 changed files with 19 additions and 9 deletions

View File

@ -116,6 +116,7 @@ export default class IconButton extends React.PureComponent {
activate,
deactivate,
overlayed: overlay,
'icon-button--with-counter': typeof counter !== 'undefined',
});
if (typeof counter !== 'undefined') {