INSIGHT-MVP/packages/frontend/src/crm/lexware
Thomas Reitz 6b847cb9f6 fix(frontend): move hooks before conditional return in Lexware components
React hooks must not be called after conditional returns (Rules of Hooks).
Moves all hook calls above the isModuleEnabled check in LexwareSection
and DealVouchersSection to prevent silent component crashes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:37:30 +01:00
..
DealVouchersSection.tsx fix(frontend): move hooks before conditional return in Lexware components 2026-03-10 22:37:30 +01:00
LexwareSearchModal.tsx feat(frontend): add Lexware Office integration UI 2026-03-10 22:20:18 +01:00
LexwareSection.module.css feat(frontend): add Lexware Office integration UI 2026-03-10 22:20:18 +01:00
LexwareSection.tsx fix(frontend): move hooks before conditional return in Lexware components 2026-03-10 22:37:30 +01:00