refactor: натравил форматтер на весь фронт

This commit is contained in:
2026-05-25 02:06:11 +03:00
parent 24df65a13c
commit 98aaa86ec4
43 changed files with 1947 additions and 657 deletions
+2 -2
View File
@@ -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) {