Skip to content

Commit

Permalink
feat: don't hardcode empty projects
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Sep 27, 2024
1 parent 1b026fd commit 98c8034
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,7 @@ export const PersonalDashboard = () => {

const name = user?.name;

const {
// projects,
activeProject,
setActiveProject,
} = useProjects();
const projects = [];
const { projects, activeProject, setActiveProject } = useProjects();

const { personalDashboard, refetch: refetchDashboard } =
usePersonalDashboard();
Expand Down

0 comments on commit 98c8034

Please sign in to comment.