We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9503784 commit dc6df59Copy full SHA for dc6df59
src/ui/components/Checkout/ModalCheckout.vue
@@ -24,9 +24,9 @@ const i18nBase = i18nFactory(Strings)
24
let i18n = i18nBase(['en'])
25
26
const passportPageUrl = computed(() =>
27
- window.location.hostname.includes('.prerelease.clubs.place')
+ window.location.hostname.includes('prerelease.clubs.place')
28
? `https://prerelease.clubs.place/passport/${props.eoa ?? ''}/edit`
29
- : window.location.hostname.includes('.clubs.place')
+ : window.location.hostname.includes('clubs.place')
30
? `https://clubs.place/passport/${props.eoa ?? ''}/edit`
31
: `http://localhost:${window.location.port}/passport/${
32
props.eoa ?? ''
0 commit comments