Skip to content

Commit

Permalink
Fix front style
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 committed Jan 29, 2024
1 parent d74fcf5 commit 27a9fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlinkLight extends Component {
this.refreshSelectedOptions(nextProps);
}

render(props, { selectedOptions, deviceOptions, blinkingSpeed }) {
render(props, { selectedOptions, deviceOptions }) {
return (
<div>
<div class="row">
Expand Down

0 comments on commit 27a9fe2

Please sign in to comment.