Skip to content

Commit

Permalink
fix: fix type issue in TemperaturePanelListItem
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Sep 20, 2023
1 parent 7ae9589 commit 3e33d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class TemperaturePanelListItem extends Mixins(BaseMixin) {
}
get color() {
return this.$store.getters['printer/tempHistory/getDatasetColor'](this.objectName)
return this.$store.getters['printer/tempHistory/getDatasetColor'](this.objectName) ?? ''
}
get iconColor() {
Expand Down

0 comments on commit 3e33d3b

Please sign in to comment.