Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Aug 30, 2023
1 parent 2217bcd commit 74d04e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import FraudPredictionDetailsModal from "app/features/cases/components/organisms
import { useFraudPredictionModal } from "app/features/cases/components/organisms/FraudPrediction/hooks/useFraudPredictionModal"
import { hideFraudProbability } from "app/features/shared/utils/fraudPredictionPilot"

import { getAddress, getEigenaar } from "../utils"
import { getAddress } from "../utils"
import {
StyledAnchor,
Grid,
Expand Down Expand Up @@ -51,7 +51,6 @@ const General: FC<Props> = ({ caseId }) => {

const address = getAddress(caseData.address)
const postalCode = caseData.address.postal_code
const eigenaar = getEigenaar(caseData)

const hasPriority = (caseData.schedules && caseData.schedules[0]?.priority?.weight >= 0.5) ?? false
const hasWarrant = (caseData.schedules && caseData.schedules[0]?.priority?.weight >= 1.0) ?? false
Expand Down

0 comments on commit 74d04e1

Please sign in to comment.