Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Nov 27, 2023
1 parent 6a188a0 commit 6dac9bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class DiscoverTab extends Component {
this.getDiscoveredDevices();
}

render(props, { loading, errorLoading, discoveredDevices, housesWithRooms }) {
render(props, { loading, errorLoading, discoveredDevices }) {
return (
<div class="card">
<div class="card-header">
Expand Down

0 comments on commit 6dac9bc

Please sign in to comment.