Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 54e80b7

Browse files
Added missing trailing comma
1 parent ca55da9 commit 54e80b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fieldset-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Fieldset.childContextTypes = {
2626
Fieldset.propTypes = {
2727
model: PropTypes.string.isRequired,
2828
component: PropTypes.any,
29-
dispatch: PropTypes.func
29+
dispatch: PropTypes.func,
3030
};
3131

3232
Fieldset.defaultProps = {

0 commit comments

Comments
 (0)