Poprawki select boxa

This commit is contained in:
2021-06-01 14:55:13 +02:00
parent adc61d8061
commit b6267ad88c
3 changed files with 6 additions and 5 deletions
@@ -19,7 +19,6 @@
<div class="checkpoints">
<select-box
v-if="stationInfo && stationInfo.checkpoints"
:title="selectedOption"
:itemList="
stationInfo.checkpoints.map((cp, i) => ({
id: cp.checkpointName,