Skip to content

Commit

Permalink
Conclude the first testing phase of the OASIS 2 trial
Browse files Browse the repository at this point in the history
  • Loading branch information
danimoh committed Nov 11, 2022
1 parent 7a2e934 commit 1e20cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/BuyOptionsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default defineComponent({
const country = ref<Country>(null);
const isInOasis2Trial = computed(
() => trials.value.includes(Trial.OASIS2) || trials.value.includes(Trial.TEN31Pass),
() => false, // trials.value.includes(Trial.OASIS2) || trials.value.includes(Trial.TEN31Pass),
);
const isOasisAvailable = computed(() => {
Expand Down

0 comments on commit 1e20cca

Please sign in to comment.