Fix invalid nesting of p within p

This commit is contained in:
Manav Rathi
2024-11-05 14:16:52 +05:30
parent 1dd45a2e04
commit ead44dd73a

View File

@@ -212,7 +212,7 @@ const ConfirmDisableMap: React.FC<ConfirmStepProps> = ({
/>
<Stack py={"20px"} px={"8px"} spacing={"32px"}>
<Box px={"8px"}>
<Typography color="text.muted">
<Typography component="div" color="text.muted">
<Trans i18nKey={"disable_maps_confirm_message"} />
</Typography>
</Box>