diff --git a/src/leases/components/leaseSections/rent/BasicInfo.tsx b/src/leases/components/leaseSections/rent/BasicInfo.tsx index 15457c8e..bf44e0d7 100644 --- a/src/leases/components/leaseSections/rent/BasicInfo.tsx +++ b/src/leases/components/leaseSections/rent/BasicInfo.tsx @@ -272,7 +272,6 @@ const BasicInfoIndexOrManual = ({ const BasicInfoOneTime = ({ leaseAttributes, - receivableTypeOptions, rent }: Props) => { const typeOptions = getFieldOptions(leaseAttributes, LeaseRentsFieldPaths.TYPE); @@ -331,16 +330,6 @@ const BasicInfoOneTime = ({ - - - - - {LeaseRentsFieldTitles.OVERRIDE_RECEIVABLE_TYPE} - - {getLabelOfOption(receivableTypeOptions, rent?.override_receivable_type) || '-'} - - - ; };