|
|
@@ -191,7 +191,7 @@ class Examine extends Component {
|
|
|
let assist = 0
|
|
|
if (this.state.current === 0) {
|
|
|
type = this.state.selcotype
|
|
|
- } else if (this.state.current === 1 && this.state.selcotype === 10) {
|
|
|
+ } else if (this.state.current === 1) {
|
|
|
if (this.state.selcotype === 10) {
|
|
|
type = 10
|
|
|
assist = 2
|