Fix ES6 padded-blocks eslint rule [MAILPOET-1137]

This commit is contained in:
stoletniy
2017-10-26 15:00:16 +03:00
committed by Vlad
parent 37aec3ee4f
commit 10eca98dc3
17 changed files with 0 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ const tabs = [
];
function Tabs(props) {
const tabLinks = tabs.map((tab, index) => {
const tabClasses = classNames(
'nav-tab',