Skip to content

Commit

Permalink
Merge branch 'develop' into feat/add-spoolman
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Sep 22, 2023
2 parents 3d27588 + e1dd59d commit c0414f2
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 c0414f2

Please sign in to comment.