Max - deletes comments [skip ci]

This commit is contained in:
maxred 2016-10-29 00:49:06 -03:00
parent 940b72bf6f
commit 5d887e63f4

View File

@ -16,8 +16,6 @@ class InfoTooltip extends React.Component {
};
render() {
// exclamation-triangle
// question-circle
let name = (this.props.type === 'default') ? 'question-circle' : 'exclamation-triangle';
return (