Skip to content

Commit

Permalink
fixed types errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkajarosikloj committed Mar 6, 2023
1 parent 6f97c64 commit 7c41994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import Button from '~core/Button';
import Link from '~core/Link';

import SingleUserPicker from '../SingleUserPicker';
import { SignOption } from '../constants';

import styles from './Protectors.css';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
validationSchema,
Stages as StagesEnum,
formValuesMock,
userMock,
} from './constants';
import { ValuesType } from './types';
import styles from './IncorporationPage.css';
Expand Down Expand Up @@ -161,7 +162,7 @@ const IncorporationPage = () => {
[styles.smallerPadding]: notVerified,
})}
>
// user passed to VerifiactionBanner is a mock
{/* user passed to VerifiactionBanner is a mock */}
{notVerified && <VerificationBanner user={userMock} />}
<main className={styles.mainContent}>
<div />
Expand Down

0 comments on commit 7c41994

Please sign in to comment.