Skip to content

Commit 05d4ef3

Browse files
author
sookburt
committed
fix isInTest prop type
1 parent 09ccd26 commit 05d4ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/marketing/shared/ThreeTierChoiceCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ type ThreeTierChoiceCardsProps = {
152152
setSelectedChoiceCard: Dispatch<SetStateAction<ChoiceCard | undefined>>;
153153
choices: ChoiceCard[];
154154
id: string; // uniquely identify this choice cards component to avoid conflicting with others
155-
isInTest: boolean;
155+
isInTest?: boolean;
156156
};
157157

158158
export const ThreeTierChoiceCards = ({

0 commit comments

Comments
 (0)