diff --git a/frontend/src/component/feature/form/strategy-configure.jsx b/frontend/src/component/feature/form/strategy-configure.jsx index 8fa9273d43..0f01ce4e5e 100644 --- a/frontend/src/component/feature/form/strategy-configure.jsx +++ b/frontend/src/component/feature/form/strategy-configure.jsx @@ -1,5 +1,5 @@ import React, { PropTypes } from 'react'; -import { Textfield, Button, Card, CardTitle, CardText, CardActions, CardMenu, IconButton } from 'react-mdl'; +import { Textfield, Button, Card, CardTitle, CardText, CardActions, CardMenu, IconButton, Icon } from 'react-mdl'; import { Link } from 'react-router'; import StrategyInputPersentage from './strategy-input-persentage'; @@ -102,7 +102,8 @@ class StrategyConfigure extends React.Component { } - + + );