From 5ceca9e2001fc1de2c9ea93ceb301db217acca9e Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Wed, 30 Aug 2017 21:51:45 +0200 Subject: [PATCH] Brought back the icon for closing tabs (#2136) --- lib/components/tab.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/**",