mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: bug with feature type matching
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
da0956b4d0
commit
e3ffbd8b04
@ -11,7 +11,7 @@ export const formatExpiredAt = (
|
|||||||
const { type, createdAt } = feature;
|
const { type, createdAt } = feature;
|
||||||
|
|
||||||
const featureType = featureTypes.find(
|
const featureType = featureTypes.find(
|
||||||
featureType => featureType.name === type
|
featureType => featureType.id === type
|
||||||
);
|
);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user