Skip to content

Commit c4899f7

Browse files
committed
Update comment to be correct after change in method
1 parent 61c60d7 commit c4899f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ const AppContent: React.FC<AppContentProps> = ({ project, setProject }): React.J
581581
}
582582
}, [project]);
583583

584-
// Update tab items when fetching modules is done.
584+
// Update tab items when ever the modules in the project change.
585585
React.useEffect(() => {
586586
if (project) {
587587
const tabs = createTabItemsFromProject(project);

0 commit comments

Comments
 (0)