Skip to content

Commit

Permalink
eslint errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep committed Sep 7, 2016
1 parent f1aaa70 commit cf52f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Components/Widgets/FooterTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import React from 'react';
import NativeBaseComponent from '../Base/NativeBaseComponent';
import computeProps from '../../Utils/computeProps';
import _ from 'lodash';
import Button from './Button';
import { Platform } from 'react-native';
import View from './View';
import Icon from './Icon';
import IconNB from './Icon';
import Text from './Text';

export default class Footer extends NativeBaseComponent {

Expand Down Expand Up @@ -66,7 +66,6 @@ export default class Footer extends NativeBaseComponent {
}

renderFooter() {
// console.log('this.props.children', this.props.children);
var childrenArray = React.Children.toArray(this.props.children);
var newChildren = [];

Expand Down Expand Up @@ -114,7 +113,7 @@ export default class Footer extends NativeBaseComponent {
</Button>
);
}
};
}
})}
return newChildren;
}
Expand Down
1 change: 0 additions & 1 deletion Components/Widgets/Picker.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default class PickerNB extends NativeBaseComponent {
}

render() {
console.log('this.props.iosIcon', (this.props.iosIcon == undefined));
return (
<View>
<Button
Expand Down

0 comments on commit cf52f9b

Please sign in to comment.