Hide stats header in TopBar for non-descriptions tabs

Only show Total, Missing DE/EN Long/Short, Fully Complete header when viewing Product Descriptions tab
This commit is contained in:
Christian Vidal Wolf
2026-04-20 16:35:40 +02:00
parent 86c3ace6f8
commit b6b60e7dfb
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -471,6 +471,7 @@ export default function App() {
<div className="h-screen bg-[#040d1a] text-slate-200 flex flex-col font-sans overflow-hidden">
<TopBar
stats={stats}
activeModule={activeModule}
onExport={handleExport}
hasData={appState.data.length > 0}
hasUnsavedChanges={appState.hasUnsavedChanges}