diff --git a/frontend/src/component/feature/form/strategy-configure.jsx b/frontend/src/component/feature/form/strategy-configure.jsx index f8475e016e..3da5d7bc18 100644 --- a/frontend/src/component/feature/form/strategy-configure.jsx +++ b/frontend/src/component/feature/form/strategy-configure.jsx @@ -5,7 +5,7 @@ import { IconButton, Icon, } from 'react-mdl'; import { Link } from 'react-router'; -import StrategyInputPersentage from './strategy-input-persentage'; +import StrategyInputPercentage from './strategy-input-percentage'; import StrategyInputList from './strategy-input-list'; const style = { @@ -15,6 +15,12 @@ const style = { margin: '5px 20px 15px 0px', background: '#f2f9fc', }; + +const helpText = { + color: 'rgba(0,0,0, 0.54)', + fontSize: '12px', + lineHeight: '14px', +}; class StrategyConfigure extends React.Component { static propTypes () { @@ -58,11 +64,11 @@ class StrategyConfigure extends React.Component { } return (
{description}
} + {description &&{description}
}{description}
} + {description &&{description}
}{description}
} + {description &&{description}
} ); } else { @@ -101,7 +107,7 @@ class StrategyConfigure extends React.Component {{description}
} + {description &&{description}
}