diff --git a/app/components/Views/Settings/ExperimentalSettings/index.tsx b/app/components/Views/Settings/ExperimentalSettings/index.tsx index 0ae38edf662..f55478c54af 100644 --- a/app/components/Views/Settings/ExperimentalSettings/index.tsx +++ b/app/components/Views/Settings/ExperimentalSettings/index.tsx @@ -19,7 +19,6 @@ import Button, { ButtonSize, ButtonWidthTypes, } from '../../../../component-library/components/Buttons/Button'; -import Device from '../../../../../app/util/device'; import { SES_URL } from '../../../../../app/constants/urls'; import Routes from '../../../../../app/constants/navigation/Routes'; @@ -142,7 +141,7 @@ const ExperimentalSettings = ({ navigation, route }: Props) => { return ( - {Device.isIos() && } + ); };