Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Jul 1, 2024
1 parent 5cf0bda commit 7e1eeab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const VehicleItem = React.memo(
: 0) < 0

const isMileageRequired = item.requiresMileageRegistration && mileage
const canRegisterMileage = !!item.canRegisterMileage && mileage

return (
<View style={{ paddingHorizontal: 16 }}>
Expand Down
1 change: 0 additions & 1 deletion apps/native/app/src/screens/vehicles/vehicles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
} from '../../graphql/types/schema'
import { createNavigationOptionHooks } from '../../hooks/create-navigation-option-hooks'
import { useConnectivityIndicator } from '../../hooks/use-connectivity-indicator'
import { getRightButtons } from '../../utils/get-main-root'
import { testIDs } from '../../utils/test-ids'
import { VehicleItem } from './components/vehicle-item'

Expand Down

0 comments on commit 7e1eeab

Please sign in to comment.