fix: remove unused imports and dead code to clear ESLint errors
This commit is contained in:
@@ -67,7 +67,7 @@ function SessionDetailPage() {
|
||||
enabled: !!session?.enrollmentId,
|
||||
})
|
||||
|
||||
const { data: instructorData } = useQuery({
|
||||
useQuery({
|
||||
...instructorDetailOptions(session?.substituteInstructorId ?? enrollment?.instructorId ?? ''),
|
||||
enabled: !!(session?.substituteInstructorId ?? enrollment?.instructorId),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user