diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 446f59e..8484401 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -61,7 +61,7 @@ function CustomTabPanel(props: TabPanelProps) { aria-labelledby={`tab-${index}`} {...other} > - {tab === index && children} + {children} ); }