From 47bbb3868392ab86422772375e8957753ad84014 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Tue, 15 Apr 2025 18:07:47 +0530 Subject: [PATCH 1/2] refactor: clean up AboutProject component by removing unused contact fields --- src/components/Project/AboutProject.jsx | 29 +++++++++++++------------ 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/Project/AboutProject.jsx b/src/components/Project/AboutProject.jsx index 66290edf..afd54971 100644 --- a/src/components/Project/AboutProject.jsx +++ b/src/components/Project/AboutProject.jsx @@ -36,29 +36,30 @@ const AboutProject = ({ data }) => { Status:{" "} {ProjectStatus(data.projectStatusId)} - - - Contacts - - + {/* + Contacts + */} + -- 2.43.0