changeset 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 b65596531fda
children f14ff00ad82a 9e3d92785918
files client/src/components/Search.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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
           />