updated comparision
This commit is contained in:
@@ -116,7 +116,6 @@ const DashboardHome: React.FC = () => {
|
||||
const renderProjects = () => {
|
||||
const projectList = recentProjects[Object.keys(recentProjects)[0]];
|
||||
|
||||
console.log('projectList: ', projectList);
|
||||
if (!projectList?.length) {
|
||||
return <div className="empty-state">No recent projects found</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user