Skip to content

Commit

Permalink
fixup! Remove password and email editing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Feb 13, 2024
1 parent b8cc241 commit 9b1cfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/components/Settings/Mails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Mails: FC = () => {
<Mail {...mail} key={mail.email} callback={fetchMails} />
))}
</ul>
</Card>
</Card>
</Pane>
<EmailSubscription />
</>
Expand Down

0 comments on commit 9b1cfb8

Please sign in to comment.