refactor: Remove unnecessary console logs and improve code structure in Dashboard components and API functions

This commit is contained in:
2025-06-04 17:02:45 +05:30
parent 45e50ff11c
commit 15d8c362ea
6 changed files with 11 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ const DashboardHome: React.FC = () => {
const { userId, organization } = getUserData();
const { projectSocket } = useSocketStore();
const [recentDuplicateData, setRecentDuplicateData] = useState<Object>({});
console.log("duplicateData: ", recentDuplicateData);
const fetchRecentProjects = async () => {
try {