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 1cf29d3 commit b99ac19Copy full SHA for b99ac19
apps/web/app/components/ticket/HandsonSection.vue
@@ -1,5 +1,5 @@
1
<script setup lang="ts">
2
-import { ticketUrl } from '~/utils/constants'
+import { endedApplyHandson, ticketUrl } from '~/utils/constants'
3
</script>
4
5
<template>
@@ -14,6 +14,7 @@ import { ticketUrl } from '~/utils/constants'
14
:href="ticketUrl"
15
background-color="vue-green/200"
16
color="white"
17
+ :disabled="endedApplyHandson"
18
>
19
{{ $t('ticket.purchaseButton') }}
20
</VFLinkButton>
0 commit comments