From 9c01af6e34f7d63843bacfcffb8c7ad45d6866cf Mon Sep 17 00:00:00 2001
From: yiminghe <yiminghe@gmail.com>
Date: Mon, 26 Sep 2016 17:40:44 +0800
Subject: bump

---
 src/Panel.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/Panel.jsx b/src/Panel.jsx
index f5cf7bc..9066b03 100644
--- a/src/Panel.jsx
+++ b/src/Panel.jsx
@@ -97,7 +97,7 @@ const Panel = React.createClass({
     const secondOptions = generateOptions(60, disabledSecondOptions, hideDisabledOptions);
 
     return (
-      <div className={classNames({ [`${prefixCls}-inner`]: true, [className]: className })}>
+      <div className={classNames({ [`${prefixCls}-inner`]: true, [className]: !!className })}>
         <Header
           clearText={clearText}
           prefixCls={prefixCls}
-- 
cgit v1.2.3