fix: fix type issue in TemperaturePanelListItem (#1563)
This commit is contained in:
parent
7ae958934f
commit
e1dd59db15
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user