Skip to content

Commit

Permalink
Added rate label to FullControl example
Browse files Browse the repository at this point in the history
  • Loading branch information
Stenerson committed Jul 19, 2021
1 parent 253385f commit 04473d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react/src/players/FullControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class FullControl extends React.Component {
onChange={this.handleRate}
/>
</span>
{this.state.rate.toFixed(2)}
</label>
</div>

Expand Down

0 comments on commit 04473d5

Please sign in to comment.