Skip to content

Commit d04d383

Browse files
committed
change: remove lodash from TextStep.jsx
1 parent 68904af commit d04d383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/steps_components/text/TextStep.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 Bubble from './Bubble';
@@ -120,7 +119,7 @@ TextStep.defaultProps = {
120119
previousStep: {},
121120
steps: {},
122121
previousValue: '',
123-
speak: _.noop,
122+
speak: () => {},
124123
};
125124

126125
export default TextStep;

0 commit comments

Comments
 (0)