mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update badge open max 99
This commit is contained in:
parent
0a1c8ba811
commit
55b9ec3feb
@ -11,7 +11,7 @@ class AntBadge extends React.Component {
|
||||
let { count, prefixCls } = this.props;
|
||||
const dot = this.props.dot;
|
||||
|
||||
//count = count >= 100 ? '99+' : count;
|
||||
count = count >= 100 ? '99+' : count;
|
||||
|
||||
// dot mode don't need count
|
||||
if (dot) {
|
||||
|
Loading…
Reference in New Issue
Block a user