Skip to content

Commit 9f3db03

Browse files
committed
change: remove lodash from CustomStep.jsx
1 parent d04d383 commit 9f3db03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/steps_components/custom/CustomStep.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import _ from 'lodash';
21
import React, { Component } from 'react';
32
import PropTypes from 'prop-types';
43
import Loading from '../common/Loading';
@@ -64,7 +63,7 @@ CustomStep.propTypes = {
6463
};
6564
CustomStep.defaultProps = {
6665
previousValue: '',
67-
speak: _.noop,
66+
speak: () => {},
6867
};
6968

7069
export default CustomStep;

0 commit comments

Comments
 (0)