diff --git a/Customizations/Layers/BikeServices.ts b/Customizations/Layers/BikeServices.ts index e79ff33..42c0243 100644 --- a/Customizations/Layers/BikeServices.ts +++ b/Customizations/Layers/BikeServices.ts @@ -11,6 +11,7 @@ import FixedText from "../Questions/FixedText"; import {BikePumpManometer} from "../Questions/BikePumpManometer"; import {ImageCarouselWithUploadConstructor} from "../../UI/Image/ImageCarouselWithUpload"; import {BikePumpOperationalStatus} from "../Questions/BikePumpOperationalStatus"; +import {BikePumpValves} from "../Questions/BikePumpValves"; export default class BikeServices extends LayerDefinition { @@ -49,6 +50,7 @@ export default class BikeServices extends LayerDefinition { new PumpManual().OnlyShowIf(this.pump), new BikePumpManometer().OnlyShowIf(this.pump), + new BikePumpValves().OnlyShowIf(this.pump), new BikePumpOperationalStatus().OnlyShowIf(this.pump), new BikeStationOperator(),