Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 14, 2024
1 parent 0e5ea5a commit b66cf9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/studentAccount/DeleteAccountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ const DeleteAccountForm: FC<DeleteAccountFormProps> = ({ user }) => {
If you no longer wish to have a Code for Life account, you can delete it
by confirming below. You will receive an email to confirm this decision.
</Typography>
<Typography fontWeight="bold">
This can&apos;t be reversed. All classes you&apos;ve created will be
permanently erased.
</Typography>
<Typography fontWeight="bold">This can&apos;t be reversed.</Typography>
<forms.Form
initialValues={{
id: user.id,
Expand All @@ -122,6 +119,7 @@ const DeleteAccountForm: FC<DeleteAccountFormProps> = ({ user }) => {
/>
</Grid>
<Grid xs={12} sm={6}>
{/* TODO: only display this checkbox if the user has been added to the newsletter. */}
<forms.CheckboxField
name="remove_from_newsletter"
formControlLabelProps={{
Expand Down

0 comments on commit b66cf9a

Please sign in to comment.