Skip to content

Commit

Permalink
Delete duplicate code (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Jul 29, 2024
2 parents a4fbefa + f18d8a9 commit 3715cc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/client/src/commons/form/borehole/boreholeForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,6 @@ class BoreholeForm extends React.Component {
path={"/:id/hydrogeology/hydrotest"}
render={() => <Hydrotest isEditable={isEditable} boreholeId={parseInt(id, 10)} />}
/>
<Route
exact
path={"/:id/hydrogeology/groundwaterlevelmeasurement"}
render={() => <GroundwaterLevelMeasurement isEditable={isEditable} boreholeId={parseInt(id, 10)} />}
/>
<Route
path={"/:id/hydrogeology"}
render={() => {
Expand Down

0 comments on commit 3715cc7

Please sign in to comment.