fix: fill missing audience profile buckets
This commit is contained in:
@@ -122,7 +122,7 @@ function readDistributionValue(
|
||||
return (
|
||||
readProfileDistributionItems(profile, key).find(
|
||||
(candidate) => candidate.label === label
|
||||
)?.value ?? ""
|
||||
)?.value ?? "0%"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user