diff --git a/desktop/app/src/sandy-chrome/appinspect/troubleshooting/GuideEndScreen.tsx b/desktop/app/src/sandy-chrome/appinspect/troubleshooting/GuideEndScreen.tsx
index 253352565..9523e7273 100644
--- a/desktop/app/src/sandy-chrome/appinspect/troubleshooting/GuideEndScreen.tsx
+++ b/desktop/app/src/sandy-chrome/appinspect/troubleshooting/GuideEndScreen.tsx
@@ -14,6 +14,7 @@ import {getInstance as getFormInstance} from '../../../fb-stubs/Logger';
import {useDispatch} from '../../../utils/useStore';
import {setStaticView} from '../../../reducers/connections';
import SupportRequestFormV2 from '../../../fb-stubs/SupportRequestFormV2';
+import {Tracked} from 'flipper-plugin';
export function GuideEndScreen(props: {
showModal: boolean;
@@ -41,17 +42,21 @@ export function GuideEndScreen(props: {
onCancel={() => props.toggleModal(false)}
bodyStyle={{maxHeight: 800, overflow: 'auto'}}>
-
+
+
+
-
+
+
+
);