diff --git a/src/components/ChecklistRow.tsx b/src/components/ChecklistRow.tsx index 10b91f5a..db6662fd 100644 --- a/src/components/ChecklistRow.tsx +++ b/src/components/ChecklistRow.tsx @@ -7,12 +7,14 @@ export default function ChecklistRow({ status, isPending, optional, + experimental, children, }: { title: string status: boolean isPending: boolean optional?: boolean + experimental?: boolean children: ReactNode }) { return ( @@ -25,8 +27,21 @@ export default function ChecklistRow({ loading={isPending} />