site: remove bug demo toggler

This commit is contained in:
afc163 2020-01-09 11:19:00 +08:00
parent 05ebf0f8cc
commit d17269e664
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@
"full-icu": "^1.3.0",
"glob": "^7.1.4",
"http-server": "^0.12.0",
"husky": "^4.0.0",
"husky": "^4.0.1",
"ignore-emit-webpack-plugin": "^2.0.2",
"immutability-helper": "^3.0.0",
"intersection-observer": "^0.7.0",

View File

@ -187,7 +187,7 @@ class ComponentDoc extends React.Component {
}
>
{visibleAll ? (
<BugFilled className={expandTriggerClass} onClick={this.handleVisibleToggle} />
<BugFilled style={{ display: 'none' }} className={expandTriggerClass} onClick={this.handleVisibleToggle} />
) : (
<BugOutlined className={expandTriggerClass} onClick={this.handleVisibleToggle} />
)}