Smaller names refactoring

This commit is contained in:
barsdeveloper
2023-05-07 14:44:20 +02:00
parent 6307d11e89
commit 64baa42049
4 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ export default class PinElement extends IElement {
}
getPinDisplayName() {
return this.entity.getDisplayName()
return this.entity.pinDisplayName()
}
/** @return {CSSResult} */