diff --git a/webapp/components/_new/generic/BaseIcon.vue b/webapp/components/_new/generic/BaseIcon.vue
index ffea41dae..66b0571de 100644
--- a/webapp/components/_new/generic/BaseIcon.vue
+++ b/webapp/components/_new/generic/BaseIcon.vue
@@ -1,6 +1,6 @@
-
-
+
+
@@ -26,10 +26,21 @@ export default {
/*
a Vue component needs a render function,
so we check if there is a render function directly on the icon –
- otherwise it is wrapped in icon.default
+ otherwise we know it is wrapped in icon.default
*/
return icon.render ? icon : icon.default
},
},
}
+
+