diff --git a/lib/components/tab.js b/lib/components/tab.js index e474a5c5..a2c9a3dc 100644 --- a/lib/components/tab.js +++ b/lib/components/tab.js @@ -82,7 +82,7 @@ export default class Tab extends Component { onClick={this.props.onClose} > - + { this.props.customChildren } diff --git a/package.json b/package.json index c904c566..98cef751 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "ignores": [ "build/**", - "app/dist/**", + "app/renderer/**", "app/static/**", "app/bin/**", "assets/**",