@@ -522,7 +522,7 @@ async function handleSendResume () {
return
}
let practice = null
- if (isStudent.value) {
+ if (isStudent) {
practice = await studentDeliveryFormRef.value.getQueryParams()
if (!practice) return