Skip to content

Commit f9b113c

Browse files
committed
Formatting
1 parent 25f5b98 commit f9b113c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/ui/components/PurposeContainer.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import {useConsent, useTheme} from '../utils/hooks';
22
import {ConsentState} from './types/ConsentState';
33
import {PurposeProps} from './types/Purpose';
44

5-
export interface PurposeContainerProps extends Omit<
6-
PurposeProps,
7-
'consent' | 'onChange'
8-
> {}
5+
export interface PurposeContainerProps
6+
extends Omit<PurposeProps, 'consent' | 'onChange'> {}
97

108
const PurposeContainer = (props: PurposeContainerProps) => {
119
const [consent, setConsent] = useConsent(props.id);

0 commit comments

Comments
 (0)