Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove useless space, ref: #66 #67

Merged
merged 1 commit into from
Apr 26, 2017
Merged

fix: remove useless space, ref: #66 #67

merged 1 commit into from
Apr 26, 2017

Conversation

benjycui
Copy link
Member

Ref: #66

@benjycui
Copy link
Member Author

antd 和 antd-mobile 都使用了 snapshot 测试,新增多余的空格会导致已有的测试都失效的。

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.191% when pulling aeb164e on fix-header into 5f6b2d5 on master.

@paranoidjk
Copy link
Member

+1

@@ -21,7 +21,9 @@ class CollapsePanel extends Component {
showArrow,
destroyInactivePanel,
} = this.props;
const headerCls = `${prefixCls}-header ${headerClass}`;
const headerCls = classNames(`${prefixCls}-header`, {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还能这么用,不错

@shepherdwind shepherdwind merged commit 194101b into master Apr 26, 2017
@shepherdwind shepherdwind deleted the fix-header branch April 26, 2017 10:35
@shepherdwind
Copy link
Contributor

1.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants