diff --git a/frontend/src/component/feature/form/strategy-configure.jsx b/frontend/src/component/feature/form/strategy-configure.jsx
index ab44195399..8fa9273d43 100644
--- a/frontend/src/component/feature/form/strategy-configure.jsx
+++ b/frontend/src/component/feature/form/strategy-configure.jsx
@@ -1,6 +1,7 @@
import React, { PropTypes } from 'react';
import { Textfield, Button, Card, CardTitle, CardText, CardActions, CardMenu, IconButton } from 'react-mdl';
import { Link } from 'react-router';
+import StrategyInputPersentage from './strategy-input-persentage';
const style = {
flex: '1',
@@ -39,18 +40,27 @@ class StrategyConfigure extends React.Component {
if (keys.length === 0) {
return null;
}
- return keys.map(field => (
-