Skip to content

Commit

Permalink
refactor(tab-set): eslint warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed Oct 23, 2018
1 parent 10e2022 commit 7afecca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/tabset/rkTabBarIndicator.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class RkTabBarIndicator extends React.PureComponent {
}
}

const styles = RkStyleSheet.create(theme => ({
const styles = RkStyleSheet.create(({
container: {
height: 16,
backgroundColor: 'black',
Expand Down
2 changes: 1 addition & 1 deletion src/components/tabset/types/types-tab-bar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const RkTabBarTypes = (theme) => ({
export const RkTabBarTypes = () => ({
_base: {
container: {
base: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/tabset/types/types-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export const RkTabTypes = (theme) => ({
},
},
},
});
});

0 comments on commit 7afecca

Please sign in to comment.