fix: remove wrong check causing new project to show old medias

This commit is contained in:
Kha Nguyen 2025-07-17 19:17:21 -05:00
parent f1b216848d
commit e7bad87217
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ export default function Editor() {
const initProject = async () => {
if (!projectId) return;
if (activeProject?.id === projectId) {
return;
}
if (handledProjectIds.current.has(projectId)) {
return;
}