Skip to content

Commit

Permalink
docs(trip-form/util): Fix jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Apr 30, 2020
1 parent 2734c98 commit 9480f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/trip-form/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ function getExclusiveModeOptions(ModeIcon, modes, selectedModes) {

/**
* Generates the options (primary, secondary, tertiary) for the mode selector based on the modes read from config.yaml.
* @param modes The modes defined in config.yaml.
* @param icons The icon set to use.
* @param ModeIcon The icon component for rendering.
* @param modes The available modes to choose from.
* @param selectedModes An array of string that lists the modes selected for a trip query.
* @param selectedCompanies The companies to show as selected (when the user selects an exclusive mode operated by multiple companies).
Expand Down

0 comments on commit 9480f4f

Please sign in to comment.