diff --git a/pitch-deck/components/slides/FinancialsSlide.tsx b/pitch-deck/components/slides/FinancialsSlide.tsx index fec6408..29fca58 100644 --- a/pitch-deck/components/slides/FinancialsSlide.tsx +++ b/pitch-deck/components/slides/FinancialsSlide.tsx @@ -247,51 +247,12 @@ export default function FinancialsSlide({ lang, investorId }: FinancialsSlidePro - {/* Assumption Sliders */} - -
-

- {i.financials.adjustAssumptions} -

- {fm.activeScenario && ( - { - if (fm.activeScenarioId) { - fm.updateAssumption(fm.activeScenarioId, key, value) - } - }} - lang={lang} - /> - )} - {fm.computing && ( -
-
- {de ? 'Berechne...' : 'Computing...'} -
- )} - - {/* Snapshot status + reset */} - {investorId && ( -
- - {fm.snapshotStatus === 'saving' && (de ? 'Speichere...' : 'Saving...')} - {fm.snapshotStatus === 'saved' && (de ? 'Ihre Änderungen gespeichert' : 'Your changes saved')} - {fm.snapshotStatus === 'restored' && (de ? 'Ihre Werte geladen' : 'Your values restored')} - {fm.snapshotStatus === 'default' && (de ? 'Standardwerte' : 'Defaults')} - - {fm.snapshotStatus !== 'default' && ( - - )} -
- )} + {fm.computing && ( +
+
+ {de ? 'Berechne...' : 'Computing...'}
- + )}