Skip to content

Commit

Permalink
Show SES toggle on both platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Mar 21, 2024
1 parent fa4886b commit 0be97dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/Views/Settings/ExperimentalSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -141,7 +140,7 @@ const ExperimentalSettings = ({ navigation, route }: Props) => {
return (
<ScrollView style={styles.wrapper}>
<WalletConnectSettings />
{Device.isIos() && <SesSettings />}
<SesSettings />
</ScrollView>
);
};
Expand Down

0 comments on commit 0be97dc

Please sign in to comment.