From 8874feff7605d39d1de98546bc22b776b2673f51 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Thu, 28 Jul 2016 11:28:41 +0200 Subject: [PATCH] Fix close tab icon This closes #449 --- lib/components/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/tab.js b/lib/components/tab.js index 9a15ce0f..20795129 100644 --- a/lib/components/tab.js +++ b/lib/components/tab.js @@ -65,7 +65,7 @@ export default class Tab extends Component { ) } onClick={ this.props.onClose }> - + { this.props.customChildren }