Skip to content

Commit

Permalink
Remove date from register (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag authored May 17, 2024
1 parent e563fb2 commit 036ffd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/berlin/src/pages/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import useUser from '../hooks/useUser';
import { DBEvent } from '../types/DBEventType';

// Components
import { Body } from '../components/typography/Body.styled';
import { Error } from '../components/typography/Error.styled';
import { FlexColumn } from '../components/containers/FlexColum.styled';
import { Form } from '../components/containers/Form.styled';
Expand Down Expand Up @@ -435,9 +434,6 @@ function RegisterForm(props: {
<Button onClick={handleSubmit(onSubmit)} disabled={isSubmitting || isPending}>
Save
</Button>
<Body>
Need more time? Feel free to come back to these questions later. The deadline is May 15th.
</Body>
</FlexColumn>
) : (
<></>
Expand Down

0 comments on commit 036ffd1

Please sign in to comment.