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

This commit is contained in:
Rinsvent 2023-04-08 13:39:27 +07:00
parent 8ec1774a02
commit b05002c504

View File

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