Skip to content

Commit

Permalink
refactor: remove unused filter
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 19, 2023
1 parent 4b4fa23 commit a26eb24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/panels/Temperature/TemperaturePanelList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ export default class TemperaturePanelList extends Mixins(BaseMixin) {
// hide MCU & Host sensors, if the function is enabled
if (this.hideMcuHostSensors && this.checkMcuHostSensor(fullName)) return false
// hide monitors, if the function is enabled
if (this.hideMonitors && this.available_monitors.includes(fullName)) return false
const splits = fullName.split(' ')
let name = splits[0]
if (splits.length > 1) name = splits[1]
Expand Down

0 comments on commit a26eb24

Please sign in to comment.