File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
src/app/components/SubmitBar Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
- import { faBrain , faRobot } from '@fortawesome/free-solid-svg-icons' ;
1
+ import { faBrain } from '@fortawesome/free-solid-svg-icons' ;
2
2
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
3
3
import { SubmissionActions } from 'app/actions' ;
4
4
import * as styles from 'app/styles/RunOptions.module.css' ;
@@ -62,17 +62,6 @@ export class RunOptions extends React.Component<
62
62
} ,
63
63
] ;
64
64
65
- if ( aiIds ) {
66
- aiIds . map ( ( aiId ) => {
67
- matchOptions . push ( {
68
- aiId,
69
- icon : < FontAwesomeIcon icon = { faRobot } /> ,
70
- name : `AI Match` ,
71
- type : SubmissionActions . Type . AI_MATCH ,
72
- } ) ;
73
- } ) ;
74
- }
75
-
76
65
const mapOptions = (
77
66
< div className = { classnames ( styles [ 'dropdown-submenu' ] ) } >
78
67
{ maps . map ( ( mapElement ) => (
You can’t perform that action at this time.
0 commit comments