Fix ES6 no-extra-semi eslint rule [MAILPOET-1030]
This commit is contained in:
committed by
pavel-mailpoet
parent
efece061d0
commit
ec44b84cc9
@@ -38,7 +38,7 @@ function Tabs(props) {
|
||||
{ tabLinks }
|
||||
</h2>
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
Tabs.propTypes = { tab: React.PropTypes.string };
|
||||
Tabs.defaultProps = { tab: 'knowledgeBase' };
|
||||
|
Reference in New Issue
Block a user