Поправил багс гидратацией

main
Rinsvent 1 year ago
parent 8ec1774a02
commit b05002c504
  1. 2
      pages/index.tsx

@ -35,7 +35,7 @@ function TabPanel(props: TabPanelProps) {
> >
{value === index && ( {value === index && (
<Box sx={{ p: 3 }}> <Box sx={{ p: 3 }}>
<Typography>{children}</Typography> {children}
</Box> </Box>
)} )}
</div> </div>

Loading…
Cancel
Save