setView(v as 'observatory' | 'burstObservatory')}
- options={[
- { label: t('pages.xray.observatory.title'), value: 'observatory' },
- { label: t('pages.xray.observatory.burstTitle'), value: 'burstObservatory' },
- ]}
+
+ {hasMixedObservers && (
+
)}
- {effectiveView === 'observatory' ? observatorySection : burstSection}
+ {activeView === 'observatory' ? observatorySection : burstSection}