fix: fix type issue in TemperaturePanelListItem (#1563)

This commit is contained in:
Stefan Dej 2023-09-20 21:34:33 +02:00 committed by GitHub
parent 7ae958934f
commit e1dd59db15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {