Skip to content

Commit

Permalink
[Students close to graduation] Use title
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Feb 11, 2025
1 parent 4136c0d commit f4d73b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/frontend/src/pages/CloseToGraduation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { TableHeaderWithTooltip } from '@/components/material/TableHeaderWithToo
import { getSemestersPresentFunctions } from '@/components/PopulationStudents/StudentTable/GeneralTab/columnHelpers/semestersPresent'
import { ISO_DATE_FORMAT, LONG_DATE_TIME_FORMAT } from '@/constants/date'
import { useCurrentSemester } from '@/hooks/currentSemester'
import { useTitle } from '@/hooks/title'
import { useGetStudentsCloseToGraduationQuery } from '@/redux/closeToGraduation'
import { useGetSemestersQuery } from '@/redux/semesters'
import { getFullLanguage } from '@/shared/language'
Expand All @@ -24,6 +25,7 @@ import { reformatDate } from '@/util/timeAndDate'
const NUMBER_OF_DISPLAYED_SEMESTERS = 6

export const CloseToGraduation = () => {
useTitle('Students close to graduation')
const { data: students } = useGetStudentsCloseToGraduationQuery()
const { data: semesterData } = useGetSemestersQuery()
const [selectedTab, setSelectedTab] = useState(0)
Expand Down

0 comments on commit f4d73b6

Please sign in to comment.