1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 03:59:58 +02:00

fixed jp/cn

This commit is contained in:
Pomax
2019-08-21 12:18:07 -07:00
parent 782c509850
commit cf7b015661
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ var baseClass = {
<figcaption>
<a className="source" href={sourceLink}>view source</a>
{this.props.title}
{this.state.sliders && this.renderSliders(this.state.sliders)}
{this.state && this.state.sliders && this.renderSliders(this.state.sliders)}
{this.props.children}
</figcaption>
</figure>