Skip to content

Commit 0be97dc

Browse files
committed
Show SES toggle on both platforms
1 parent fa4886b commit 0be97dc

File tree

1 file changed

+1
-2
lines changed
  • app/components/Views/Settings/ExperimentalSettings

1 file changed

+1
-2
lines changed

app/components/Views/Settings/ExperimentalSettings/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import Button, {
1919
ButtonSize,
2020
ButtonWidthTypes,
2121
} from '../../../../component-library/components/Buttons/Button';
22-
import Device from '../../../../../app/util/device';
2322
import { SES_URL } from '../../../../../app/constants/urls';
2423

2524
const storage = new MMKV(); // id: mmkv.default
@@ -141,7 +140,7 @@ const ExperimentalSettings = ({ navigation, route }: Props) => {
141140
return (
142141
<ScrollView style={styles.wrapper}>
143142
<WalletConnectSettings />
144-
{Device.isIos() && <SesSettings />}
143+
<SesSettings />
145144
</ScrollView>
146145
);
147146
};

0 commit comments

Comments
 (0)