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.
1 parent a331b7a commit c276ee8Copy full SHA for c276ee8
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