We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a331b7a + c276ee8 commit 9883303Copy full SHA for 9883303
site/src/routes/index.tsx
@@ -108,7 +108,7 @@ const PrimitivesTable: Component<{ packages: PackageListItem[] | undefined }> =
108
<PrimitiveBtn href={pkg.name}>{pkg.name}</PrimitiveBtn>
109
</Table.TD>
110
<Table.TD>
111
- <StageBadge value={pkg.stage} />
+ <StageBadge value={pkg.primitive.stage} />
112
113
114
{pkg.primitives.map(primitive => (
0 commit comments