mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
fix: stale flag status chip (#9821)
This commit is contained in:
parent
31dbef84f6
commit
b179f86fb7
@ -382,7 +382,6 @@ export const FeatureViewHeader: FC<Props> = ({ feature }) => {
|
||||
<Typography variant='h1'>{feature.name}</Typography>
|
||||
<FeatureCopyName name={feature.name} />
|
||||
</StyledTitle>
|
||||
<FeatureStatusChip stale={true} />
|
||||
{feature.stale ? (
|
||||
<FeatureStatusChip stale={true} />
|
||||
) : null}
|
||||
|
Loading…
Reference in New Issue
Block a user