refactor: натравил форматтер на весь фронт
This commit is contained in:
@@ -15,8 +15,8 @@ const emit = defineEmits<{ register: [id: string] }>()
|
||||
const router = useRouter()
|
||||
const userStore = useUserStore()
|
||||
const enrollmentLimitModalOpen = ref(false)
|
||||
const isRegistrationLimitReached = computed(() =>
|
||||
!props.registered && !userStore.hasEnrollmentSlotAvailable
|
||||
const isRegistrationLimitReached = computed(
|
||||
() => !props.registered && !userStore.hasEnrollmentSlotAvailable,
|
||||
)
|
||||
|
||||
function formatDate(d: string) {
|
||||
|
||||
Reference in New Issue
Block a user