We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da24f66 commit cbd050eCopy full SHA for cbd050e
resources/scripts/components/account/AccountOverviewContainer.tsx
@@ -9,13 +9,9 @@ export default () => {
9
<ContentBox className={'flex-1 mr-4'} title={'Update Password'} showFlashes={'account:password'}>
10
<UpdatePasswordForm/>
11
</ContentBox>
12
- <div className={'flex-1 ml-4'}>
13
- <ContentBox title={'Update Email Address'} showFlashes={'account:email'}>
14
- <UpdateEmailAddressForm/>
15
- </ContentBox>
16
- <ContentBox title={'Update Identity'} className={'mt-8'}>
17
18
- </div>
+ <ContentBox className={'flex-1 ml-4'} title={'Update Email Address'} showFlashes={'account:email'}>
+ <UpdateEmailAddressForm/>
+ </ContentBox>
19
</div>
20
);
21
};
0 commit comments