mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 05:06:24 +00:00
(js) Fix reference to org attribute in card
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
if (unit.value !== '')
|
||||
description.push(unit.value);
|
||||
});
|
||||
if (this.org) description.push(this.org);
|
||||
if (this.c_org) description.push(this.c_org);
|
||||
if (this.description) description.push(this.description);
|
||||
|
||||
return description.join(', ');
|
||||
|
||||
Reference in New Issue
Block a user