Skip to content

Commit

Permalink
Fix empty-project bug on project creation (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Sep 7, 2023
1 parent 98784f8 commit fac3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function ProjectScreen(): ReactElement {
useEffect(() => {
dispatch(clearCurrentProject());
dispatch(resetTreeAction());
});
}, [dispatch]);

return (
<Grid container justifyContent="center" spacing={2}>
Expand Down

0 comments on commit fac3bf4

Please sign in to comment.