diff --git a/app/src/store/simulation/useAnalysisStore.ts b/app/src/store/simulation/useAnalysisStore.ts index c8ab1f6..004e9bb 100644 --- a/app/src/store/simulation/useAnalysisStore.ts +++ b/app/src/store/simulation/useAnalysisStore.ts @@ -119,6 +119,7 @@ export const createAnalysisStore = () => { return { systemPerformance: state.analysis.systemPerformance, materialFlow: state.analysis.materialFlow, + advancedAnalytics: state.analysis.advancedAnalytics, predictiveInsights: state.analysis.predictiveInsights, criticalAssets: get().getCriticalAssets().length, bottlenecks: state.analysis.materialFlow.bottlenecks.length,