Skip to content

Commit

Permalink
Merge branch 'feature/db-courses-simple'
Browse files Browse the repository at this point in the history
  • Loading branch information
uxiun committed Jan 23, 2025
2 parents 6803b2c + 10505a0 commit 9b99294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImportFileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function ImportFileButton(prop: Prop) {
if (prop.currentUserId) {
resetAndUpdateUserCourses(prop.currentUserId, yourCourses)
}
}, [prop.allCourses, contents, setCourses, file?.name])
}, [prop.allCourses, prop.currentUserId, contents, setCourses, file?.name])

useEffect(() => {
searchCourses()
Expand Down

0 comments on commit 9b99294

Please sign in to comment.