refactor: Remove unnecessary console logs and improve code structure in Dashboard components and API functions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user