ES6: quotes

This commit is contained in:
Amine Ben hammou
2017-08-23 17:03:18 +00:00
committed by pavel-mailpoet
parent b8aceff61f
commit 6ce925fbe8
9 changed files with 23 additions and 24 deletions

View File

@@ -41,6 +41,6 @@ function Tabs(props) {
};
Tabs.propTypes = { tab: React.PropTypes.string };
Tabs.defaultProps = { tab: "knowledgeBase" };
Tabs.defaultProps = { tab: 'knowledgeBase' };
module.exports = Tabs;