aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Panel.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panel.jsx')
-rw-r--r--src/Panel.jsx2
1 files changed, 1 insertions, 1 deletions
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({
97 const secondOptions = generateOptions(60, disabledSecondOptions, hideDisabledOptions); 97 const secondOptions = generateOptions(60, disabledSecondOptions, hideDisabledOptions);
98 98
99 return ( 99 return (
100 <div className={classNames({ [`${prefixCls}-inner`]: true, [className]: className })}> 100 <div className={classNames({ [`${prefixCls}-inner`]: true, [className]: !!className })}>
101 <Header 101 <Header
102 clearText={clearText} 102 clearText={clearText}
103 prefixCls={prefixCls} 103 prefixCls={prefixCls}