Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Dec 9, 2024
1 parent 8366406 commit ef6df71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ import { formatDateForServer, useDefendants } from '../../utils/hooks'
import DateTime from '../DateTime/DateTime'
import { FormContext } from '../FormProvider/FormProvider'
import { getAppealExpirationInfo } from '../InfoCard/DefendantInfo/DefendantInfo'
import Modal from '../Modal/Modal'
import SectionHeading from '../SectionHeading/SectionHeading'
import { strings } from './BlueBoxWithDate.strings'
import * as styles from './BlueBoxWithIcon.css'
import Modal from '../Modal/Modal'

interface Props {
defendant: Defendant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const useCaseList = () => {
router.push(`${routeTo}/${caseToOpen.id}`)
}
},
[router, user],
[router, user, features],
)

const handleOpenCase = useCallback(
Expand Down

0 comments on commit ef6df71

Please sign in to comment.