This commit is contained in:
Manav Rathi
2024-11-05 10:53:02 +05:30
parent 90a0a44ae2
commit e2e3551ce4

View File

@@ -154,7 +154,7 @@ const ManageDrawerContents: React.FC<ContentsProps> = ({ onRootClose }) => {
/>
</MenuItemGroup>
<div>
<Stack sx={{ gap: "4px" }}>
<MenuItemGroup>
<EnteMenuItem
onClick={confirmReconfigure}
@@ -164,7 +164,7 @@ const ManageDrawerContents: React.FC<ContentsProps> = ({ onRootClose }) => {
/>
</MenuItemGroup>
<MenuSectionTitle title={t("UPDATE_TWO_FACTOR_LABEL")} />
</div>
</Stack>
</Stack>
);
};