From 4a36826af088c9ebfb3019f9bb38cce974ab687a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 24 Apr 2025 18:28:06 +0530 Subject: [PATCH] fix: if student applied for a job show that on the details page --- frontend/src/pages/JobDetail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/JobDetail.vue b/frontend/src/pages/JobDetail.vue index d7153e4c..9605c937 100644 --- a/frontend/src/pages/JobDetail.vue +++ b/frontend/src/pages/JobDetail.vue @@ -47,7 +47,10 @@ {{ __('Apply') }} - + + {{ __('You have applied') }} @@ -164,6 +167,7 @@ import { sessionStore } from '../stores/session' import JobApplicationModal from '@/components/Modals/JobApplicationModal.vue' import { MapPin, + Check, SendHorizonal, Pencil, Building2,