Skip to content

Commit

Permalink
VKT(Frontend): Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Nov 7, 2024
1 parent 2f31a06 commit b885ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { clerkListExamEventsSelector } from 'redux/selectors/clerkListExamEvent'
import { clerkListExaminerSelector } from 'redux/selectors/clerkListExaminer';
import { ExaminerUtils } from 'utils/examiner';

export const ClerkExaminerListingHeader = () => {
const ClerkExaminerListingHeader = () => {
const { t } = useClerkTranslation({
keyPrefix: 'vkt.component.clerkExaminerListing.header',
});
Expand Down

0 comments on commit b885ce8

Please sign in to comment.