Skip to content

Commit

Permalink
fix: remove console error (#18217)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Oct 26, 2023
1 parent 395ff40 commit 127b409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/layout/FeaturePreviews/FeaturePreviewsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export function FeaturePreviewsModal({
return false
}
return (
<>
<div key={feature.flagKey}>
{i > 0 && <LemonDivider className="my-4" />}
<FeaturePreview key={feature.flagKey} feature={feature} />
</>
</div>
)
})}
{rawEarlyAccessFeaturesLoading ? (
Expand Down

0 comments on commit 127b409

Please sign in to comment.