Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpochet committed Sep 22, 2023
1 parent 411f2cc commit 91691e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SunSpecDiscoverDevice extends Component {
this.props.updateDeviceProperty(this.props.deviceIndex, 'name', e.target.value);
};

render({ device, houses }, { loading }) {
render({ device }, { loading }) {
return (
<div class="col-md-6">
<div class="card">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SunSpecSettingsTab extends Component {
await this.loadConfiguration();
}

render({}, { config, showApiKey, loading, error, saving, updated }) {
render({}, { config, showApiKey, loading, error, saving }) {
return (
<div class="card">
<div class="card-header">
Expand Down

0 comments on commit 91691e5

Please sign in to comment.