Skip to content

Commit

Permalink
Lint from port
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Aug 6, 2024
1 parent 19c5c36 commit 2a15a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-components/lib/tasks/create-task.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ import {
DeliverySequentialLotPickupTaskDefinition,
DoubleComposeDeliveryTaskDefinition,
DoubleComposeDeliveryTaskDescription,
DoubleComposeDeliveryTaskForm,
makeDeliveryCustomTaskBookingLabel,
makeDeliveryPickupTaskBookingLabel,
makeDoubleComposeDeliveryTaskBookingLabel,
DoubleComposeDeliveryTaskForm,
} from './types/delivery-custom';
import {
makePatrolTaskBookingLabel,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
cartPickupPhaseInsertCartId,
cartPickupPhaseInsertPickup,
cartCustomPickupPhaseInsertCartId,
cartCustomPickupPhaseInsertPickup,
CartPickupPhase,
cartPickupPhaseInsertCartId,
cartPickupPhaseInsertPickup,
DeliveryCustomTaskDescription,
deliveryPhaseInsertDropoff,
deliveryPhaseInsertOnCancel,
Expand Down
1 change: 0 additions & 1 deletion packages/react-components/lib/tasks/types/delivery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React from 'react';
import { PositiveIntField } from '../../form-inputs';
import { TaskBookingLabels } from '../booking-label';
import { TaskDefinition } from '../create-task';
import { isNonEmptyString, isPositiveNumber } from './utils';

export const DeliveryTaskDefinition: TaskDefinition = {
taskDefinitionId: 'delivery',
Expand Down

0 comments on commit 2a15a82

Please sign in to comment.