@eric-emg/symphiq-components 1.2.401 → 1.2.402
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.
|
@@ -93130,6 +93130,7 @@ class SymphiqProfileAnalysisDashboardComponent {
|
|
|
93130
93130
|
this.isSimplifiedView() &&
|
|
93131
93131
|
!this.isFocusAreaAnalysis() &&
|
|
93132
93132
|
!this.isMetricAnalysis() &&
|
|
93133
|
+
!this.isProfileAnalysisGenerating() &&
|
|
93133
93134
|
this.totalShopQuestions() > 0;
|
|
93134
93135
|
}, ...(ngDevMode ? [{ debugName: "shouldShowShopProfileStickyFooter" }] : []));
|
|
93135
93136
|
this.isProfileShopGenerating = computed(() => {
|