chore: adds comment

This commit is contained in:
Piyush Gupta
2025-11-26 22:10:11 +05:30
parent 8323413431
commit 59cfc27792

View File

@@ -242,6 +242,7 @@ const ProjectSelectInner = () => {
export const ProjectSelect = () => {
const params = useParams({ strict: false });
// Return null during navigation when projectId is not available
if (!params.projectId) {
return null;
}