Skip to content

Commit

Permalink
refactor(TripSeriesModal): fix flow
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-cline committed Oct 26, 2023
1 parent 8f0965a commit 1916ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/editor/components/timetable/TripSeriesModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {Trip} from '../../../types'

type Props = {
addNewTrip: typeof tripActions.addNewTrip,
constructNewRow: (trip: ?Trip, tripSeriesStartTime: ?number, autoTripId: ?string) => ?Trip,
constructNewRow: (trip: ?Trip, tripSeriesStartTime: ?number, autoTripId: ?string, autoBlockId: ?string) => ?Trip,
onClose: () => void,
show: boolean,
useSecondsInOffset: boolean
Expand Down

0 comments on commit 1916ad1

Please sign in to comment.