diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index eb1e9a1..7891f2a 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -60,7 +60,10 @@ function TabPanel({ children, value, index, ...other }: TabPanelProps) { {...other} > {value === index && ( - + {children} )}