diff --git a/desktop/plugins/crash_reporter/index.tsx b/desktop/plugins/crash_reporter/index.tsx
index 273c051f0..7be38b039 100644
--- a/desktop/plugins/crash_reporter/index.tsx
+++ b/desktop/plugins/crash_reporter/index.tsx
@@ -782,12 +782,9 @@ export default class CrashReporterPlugin extends FlipperDevicePlugin<
},
]}>
- {children.map((child) => {
+ {children.map((child, index) => {
return (
-
+
);
})}