From 860af1eff755835c50a50c02da4c4783fbf919ff Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 13 Sep 2023 04:07:14 -0700 Subject: [PATCH] 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 --- .../src/sandy-chrome/appinspect/LaunchEmulator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx index f149ca6d2..542430695 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx @@ -194,7 +194,7 @@ export const LaunchEmulatorDialog = withTrackingScope( .value(), iosEmulators.length > 0 ? ( - + <Title key="ios-title" name="iOS Simulators" /> ) : null, ...chain(iosEmulators) .map((device) => ({