Skip to content

Commit 5402d98

Browse files
committed
Added , to fix eslint warning.
1 parent d7733cd commit 5402d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/message.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class FormattedMessage extends Component {
4747
values,
4848
tagName,
4949
tagProps,
50-
children
50+
children,
5151
} = this.props;
5252

5353
// Creates a token with a random UID that should not be guessable or
@@ -120,5 +120,5 @@ FormattedMessage.propTypes = {
120120
FormattedMessage.defaultProps = {
121121
values : {},
122122
tagName: 'span',
123-
tagProps: null
123+
tagProps: null,
124124
};

0 commit comments

Comments
 (0)