comparison client/src/components/fairway/AvailableFairwayDepthDialogue.vue @ 5581:2cadfdc9960c surveysperbottleneckid

Add comments for places where name is okay.
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 11:37:29 +0100
parents 1d847bc21bb7
children c1bd5f8eaf9a
comparison
equal deleted inserted replaced
5580:0f258757e73a 5581:2cadfdc9960c
72 v-for="bn in bottlenecksForCountry" 72 v-for="bn in bottlenecksForCountry"
73 :key="bn.properties.id" 73 :key="bn.properties.id"
74 :value="bn" 74 :value="bn"
75 > 75 >
76 {{ bn.properties.name }} 76 {{ bn.properties.name }}
77 <!-- name for display is okay -->
77 </option> 78 </option>
78 </optgroup> 79 </optgroup>
79 </select> 80 </select>
80 <select 81 <select
81 v-else-if="type === $options.STRETCH" 82 v-else-if="type === $options.STRETCH"