We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b3f7c commit 652cb64Copy full SHA for 652cb64
client/modules/IDE/components/Header/Nav.jsx
@@ -114,7 +114,7 @@ const ProjectMenu = () => {
114
const isUserOwner = useSelector(getIsUserOwner);
115
const project = useSelector((state) => state.project);
116
const user = useSelector((state) => state.user);
117
- const userSketches = `${user.username}/sketches`;
+ const userSketches = `/${user.username}/sketches`;
118
const isUnsaved = !project?.id;
119
120
const rootFile = useSelector(selectRootFile);
0 commit comments