diff client/src/components/toolbar/Layers.vue @ 2919:6c5364ff0abb

client: removed a lot of unnecessary closing tags
author Markus Kottlaender <markus@intevation.de>
date Wed, 03 Apr 2019 16:10:11 +0200
parents 2097c3633f0a
children c0162cbb5775
line wrap: on
line diff
--- a/client/src/components/toolbar/Layers.vue	Wed Apr 03 15:49:44 2019 +0200
+++ b/client/src/components/toolbar/Layers.vue	Wed Apr 03 16:10:11 2019 +0200
@@ -7,7 +7,7 @@
     <font-awesome-icon
       icon="layer-group"
       :class="{ 'text-info': showLayers }"
-    ></font-awesome-icon>
+    />
   </div>
 </template>