- {/* Left: Charts (8 columns) */}
-
+ {/* Main content: full width */}
+
{/* TAB: Overview — monatlicher Chart + Waterfall + Unit Economics */}
{activeTab === 'overview' && (
@@ -222,38 +221,6 @@ export default function FinancialsSlide({ lang, investorId }: FinancialsSlidePro
)}
-
-
- {/* Right: Controls (4 columns) */}
-
- {/* Scenario Switcher */}
-
-
- {
- fm.setActiveScenarioId(id)
- }}
- onToggleCompare={() => {
- if (!fm.compareMode) {
- fm.computeAll()
- }
- fm.setCompareMode(!fm.compareMode)
- }}
- lang={lang}
- />
-
-
-
- {fm.computing && (
-
-
- {de ? 'Berechne...' : 'Computing...'}
-
- )}
-