From 8b863ee4b128b0464cf9d8fc476011c3f7b93676 Mon Sep 17 00:00:00 2001 From: Mohamed Maoulainine Maoulainine Date: Wed, 16 Apr 2025 11:59:03 +0200 Subject: [PATCH] fix: adminview --- front/MyINPulse-front/src/components/ProjectComponent.vue | 2 +- front/MyINPulse-front/src/views/AdminMain.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/MyINPulse-front/src/components/ProjectComponent.vue b/front/MyINPulse-front/src/components/ProjectComponent.vue index 0cff5f3..983115f 100644 --- a/front/MyINPulse-front/src/components/ProjectComponent.vue +++ b/front/MyINPulse-front/src/components/ProjectComponent.vue @@ -31,7 +31,7 @@ const router = useRouter(); const goToLink = () => { if (props.projectLink) { - router.push(props.projectLink);0 + router.push(props.projectLink); } }; diff --git a/front/MyINPulse-front/src/views/AdminMain.vue b/front/MyINPulse-front/src/views/AdminMain.vue index 5675037..2b2bd4b 100644 --- a/front/MyINPulse-front/src/views/AdminMain.vue +++ b/front/MyINPulse-front/src/views/AdminMain.vue @@ -23,12 +23,12 @@ /> - + - +