Fix: Resolved [object Object] report bug, enforced German output language across all phases, and documented troubleshooting steps
This commit is contained in:
@@ -298,9 +298,9 @@ const App: React.FC = () => {
|
||||
};
|
||||
|
||||
const generateFullReportMarkdown = (): string => {
|
||||
if (!state.phase5Result) return "";
|
||||
if (!state.phase5Result || !state.phase5Result.report) return "";
|
||||
|
||||
let fullReport = state.phase5Result;
|
||||
let fullReport = state.phase5Result.report;
|
||||
|
||||
if (state.phase6Result) {
|
||||
fullReport += `\n\n# SALES ENABLEMENT & VISUALS (PHASE 6)\n\n`;
|
||||
|
||||
Reference in New Issue
Block a user