diff --git a/app/components/Views/Settings/ExperimentalSettings/index.tsx b/app/components/Views/Settings/ExperimentalSettings/index.tsx index def97692cc8a..34e4bbe19e2b 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'; const storage = new MMKV(); // id: mmkv.default @@ -141,7 +140,7 @@ const ExperimentalSettings = ({ navigation, route }: Props) => { return ( - {Device.isIos() && } + ); };