Fix duplicate key for emulator launcher

Summary: Shows up in the console as a warning. Easy to fix.

Reviewed By: lblasa

Differential Revision: D49189263

fbshipit-source-id: 40428434803db708789811352b76004549d8c086
This commit is contained in:
Pascal Hartig
2023-09-13 04:07:14 -07:00
committed by Facebook GitHub Bot
parent 4cdbfff7fb
commit 860af1eff7

View File

@@ -194,7 +194,7 @@ export const LaunchEmulatorDialog = withTrackingScope(
.value(), .value(),
iosEmulators.length > 0 ? ( iosEmulators.length > 0 ? (
<Title key="android-title" name="iOS Simulators" /> <Title key="ios-title" name="iOS Simulators" />
) : null, ) : null,
...chain(iosEmulators) ...chain(iosEmulators)
.map((device) => ({ .map((device) => ({