diff client/src/components/Search.vue @ 3760:aea53775a3a7

client: search: set item from sidebar for sections/stretches
author Markus Kottlaender <markus@intevation.de>
date Tue, 25 Jun 2019 13:44:10 +0200
parents 78ba9b2574ff
children 33180c25bd87
line wrap: on
line diff
--- a/client/src/components/Search.vue	Tue Jun 25 13:03:34 2019 +0200
+++ b/client/src/components/Search.vue	Tue Jun 25 13:44:10 2019 +0200
@@ -65,8 +65,8 @@
             fixed-width
           />
           <font-awesome-icon
-            icon="object-group"
-            v-if="entry.type === 'section'"
+            icon="road"
+            v-if="['stretch', 'section'].includes(entry.type)"
             class="mr-1"
             fixed-width
           />