Skip to content

Commit c276ee8

Browse files
committed
fix: stage badge
1 parent a331b7a commit c276ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const PrimitivesTable: Component<{ packages: PackageListItem[] | undefined }> =
108108
<PrimitiveBtn href={pkg.name}>{pkg.name}</PrimitiveBtn>
109109
</Table.TD>
110110
<Table.TD>
111-
<StageBadge value={pkg.stage} />
111+
<StageBadge value={pkg.primitive.stage} />
112112
</Table.TD>
113113
<Table.TD>
114114
{pkg.primitives.map(primitive => (

0 commit comments

Comments
 (0)