diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 657a8a5b..af21b14d 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -1642,7 +1642,9 @@ export default class addKnockGold extends Component {
{this.state.model.channel == 2 || - (this.state.model.channel == 1 && this.state.model.receive_mode == 1) ? ( + (this.state.model.channel == 1 && + this.state.model.receive_mode == 1 && + !this.props.combining) ? (