Skip to content

Commit

Permalink
remove un used code
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Dec 5, 2021
1 parent eb01737 commit cd421ff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/BigValueIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,7 @@ export class BigValueIcon extends PureComponent<Props> {
const iconTrend: CSSProperties = {
marginLeft: '15px',
};
/* if (queryState !== 'Done') {
textValues.color = this.props.theme.colors.background.primary;
panelStyles.background = this.props.theme.colors.background.primary;
valueStyles.color = this.props.theme.colors.text.maxContrast;
titleStyles.color = this.props.theme.colors.text.maxContrast;
valueAndTitleContainerStyles.color = this.props.theme.colors.text.maxContrast;
}
*/

return (
<div className={className} style={panelStyles} onClick={onClick} title={tooltip}>
{this.props.iconPosition === BigValueIconPosition.Title ? (
Expand Down

0 comments on commit cd421ff

Please sign in to comment.