Skip to content

Commit

Permalink
fix: quick resolution of server error
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Feb 7, 2024
1 parent 74f7113 commit 85a2811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Thanks/ThanksPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ export default {
const pageEntry = data?.contentful?.entries?.items?.[0] ?? null;
this.pageData = pageEntry ? processPageContentFlat(pageEntry) : null;
this.checkForIWD2024Experiment();
// TODO: resolve issues with this.
// this.checkForIWD2024Experiment();
},
methods: {
createGuestAccount() {
Expand Down

0 comments on commit 85a2811

Please sign in to comment.