Skip to content

Commit b99ac19

Browse files
committed
endedApplyHandson
1 parent 1cf29d3 commit b99ac19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/web/app/components/ticket/HandsonSection.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { ticketUrl } from '~/utils/constants'
2+
import { endedApplyHandson, ticketUrl } from '~/utils/constants'
33
</script>
44

55
<template>
@@ -14,6 +14,7 @@ import { ticketUrl } from '~/utils/constants'
1414
:href="ticketUrl"
1515
background-color="vue-green/200"
1616
color="white"
17+
:disabled="endedApplyHandson"
1718
>
1819
{{ $t('ticket.purchaseButton') }}
1920
</VFLinkButton>

0 commit comments

Comments
 (0)