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

@@ -179,7 +179,7 @@ export default class PinEntity extends IEntity {
: entity
}
getDisplayName() {
pinDisplayName() {
let result = this.PinFriendlyName
? this.PinFriendlyName.toString()
: Utility.formatStringName(this.PinName ?? "")