fix: add package feature labels
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-12 12:32:43 +01:00
parent f01a0e823b
commit c1be7dd1ef
3 changed files with 13 additions and 1 deletions

View File

@@ -392,7 +392,7 @@ function PackageShopCompareView({
</Text>
);
} else if (row.type === 'feature') {
const enabled = Boolean(entry.pkg.features?.[row.featureKey]);
const enabled = getEnabledPackageFeatures(entry.pkg).includes(row.featureKey);
content = (
<XStack alignItems="center" space="$1.5">
{enabled ? (