diff --git a/desktop/flipper-ui-core/src/sandy-chrome/SetupDoctorScreen.tsx b/desktop/flipper-ui-core/src/sandy-chrome/SetupDoctorScreen.tsx index 687b0861e8c..9459398c3c6 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/SetupDoctorScreen.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/SetupDoctorScreen.tsx @@ -9,7 +9,15 @@ import React, {useEffect, useCallback, useMemo, useState} from 'react'; import {useDispatch, useStore} from '../utils/useStore'; -import {Typography, Collapse, Button, Modal, Checkbox, Alert} from 'antd'; +import { + Typography, + Collapse, + Button, + Modal, + Checkbox, + Alert, + Space, +} from 'antd'; import { CheckCircleFilled, CloseCircleFilled, @@ -167,6 +175,7 @@ const FooterContainer = styled(Layout.Horizontal)({ }); function SetupDoctorFooter(props: { + closable: boolean; onClose: () => void; onRerunDoctor: () => Promise; showAcknowledgeCheckbox: boolean; @@ -190,7 +199,7 @@ function SetupDoctorFooter(props: { )} - + {props.closable && }