Skip to content

Commit

Permalink
fix: fix typo in hideTlCommands getter
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Oct 21, 2024
1 parent 5a60875 commit 3fda1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mixins/console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class ConsoleMixin extends Vue {
}

get hideTlCommands(): boolean {
return this.$store.state.gui.console.hideWaitTemperatures
return this.$store.state.gui.console.hideTlCommands
}

set hideTlCommands(newVal) {
Expand Down

0 comments on commit 3fda1fa

Please sign in to comment.