fix: add package feature labels
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user