@@ -89,18 +89,18 @@ class SalaryDetail extends Component {
editable={false}
/>
</FormLine>
- );
- formItems.push(
- <FormLine
- key={salaryConfig.length} caption={''}>
- <InputItem
- type='text'
- value={''}
- editable={false}
- />
- </FormLine>
- })
+ )
+ });
+ formItems.push(
+ <FormLine
+ key={salaryConfig.length} caption={''}>
+ <InputItem
+ type='text'
+ value={''}
+ editable={false}
+ />
+ </FormLine>
+ );
}
if (salaryConfig.length == 0) {
return <div style={{ marginTop: 100 }}>