Skip to content

Commit

Permalink
Fix a warning of missing a key prop (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Aug 9, 2024
1 parent 38cffef commit b8cb290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sharing-editor/src/SampleAppMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function SampleAppMenu(props: SampleAppMenuProps) {
const isActive = currentSampleAppId === sampleAppManifest.id;
return (
<li
key={sampleAppManifest.id}
className={classNames(styles.listItem, {
[styles.active]: isActive,
})}
Expand Down

0 comments on commit b8cb290

Please sign in to comment.