Skip to content

Commit

Permalink
JSX comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Apr 24, 2020
1 parent 0c8917c commit a2c86df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_pipelines/public/application/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const AppWithoutRouter = () => (
<Route exact path={`${BASE_PATH}/create/:sourceName`} component={PipelinesClone} />
<Route exact path={`${BASE_PATH}/create`} component={PipelinesCreate} />
<Route exact path={`${BASE_PATH}/edit/:name`} component={PipelinesEdit} />
// Catch all
{/* Catch all */}
<Route component={PipelinesList} />
</Switch>
);
Expand Down

0 comments on commit a2c86df

Please sign in to comment.