Skip to content

Commit 1e20cca

Browse files
committed
Conclude the first testing phase of the OASIS 2 trial
1 parent 7a2e934 commit 1e20cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modals/BuyOptionsModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export default defineComponent({
233233
const country = ref<Country>(null);
234234
235235
const isInOasis2Trial = computed(
236-
() => trials.value.includes(Trial.OASIS2) || trials.value.includes(Trial.TEN31Pass),
236+
() => false, // trials.value.includes(Trial.OASIS2) || trials.value.includes(Trial.TEN31Pass),
237237
);
238238
239239
const isOasisAvailable = computed(() => {

0 commit comments

Comments
 (0)