@eric-emg/symphiq-components 1.2.417 → 1.2.418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14459,7 +14459,7 @@ class RecommendationCardComponent {
|
|
|
14459
14459
|
this.displayItem = computed(() => {
|
|
14460
14460
|
let displayItem;
|
|
14461
14461
|
if (this.recommendation()) {
|
|
14462
|
-
const rec = this.recommendation;
|
|
14462
|
+
const rec = this.recommendation();
|
|
14463
14463
|
const label = rec.title || rec.label || 'Recommendation';
|
|
14464
14464
|
const value = rec.description || rec.value;
|
|
14465
14465
|
const icon = rec.icon || { name: 'light-bulb', source: IconSourceEnum.HEROICONS };
|