Skip to content

Commit 9883303

Browse files
authored
fix: stage badge (#759)
2 parents a331b7a + c276ee8 commit 9883303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
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)