Skip to content

Commit

Permalink
fix: placeholder comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Oct 7, 2024
1 parent 43a5647 commit b4bfae8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export const PersonalDashboard = () => {
/>
) : (
<MyProjects
// need to handle 404s here
projects={projects}
activeProject={activeProject}
setActiveProject={setActiveProject}
Expand Down

0 comments on commit b4bfae8

Please sign in to comment.