diff --git a/js/src/components/Account/PopoverActorCard.vue b/js/src/components/Account/PopoverActorCard.vue
index 7374376c5..4f75672b8 100644
--- a/js/src/components/Account/PopoverActorCard.vue
+++ b/js/src/components/Account/PopoverActorCard.vue
@@ -6,7 +6,7 @@
     :class="{ inline, clickable: actor && actor.type === ActorType.GROUP }"
   >
     <slot></slot>
-    <template slot="popover" class="popover">
+    <template slot="popover">
       <actor-card :full="true" :actor="actor" :popover="true" />
     </template>
   </v-popover>
diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue
index 150ec5a59..8034e3f1c 100644
--- a/js/src/components/NavBar.vue
+++ b/js/src/components/NavBar.vue
@@ -82,11 +82,7 @@
         tag="span"
         @keyup.enter="toggleMenu"
       >
-        <template
-          slot="label"
-          v-if="currentActor"
-          class="navbar-dropdown-profile"
-        >
+        <template slot="label" v-if="currentActor">
           <div class="identity-wrapper">
             <div>
               <figure class="image is-32x32" v-if="currentActor.avatar">
diff --git a/js/src/views/Event/Event.vue b/js/src/views/Event/Event.vue
index 8154cbdd8..0a977c1f3 100755
--- a/js/src/views/Event/Event.vue
+++ b/js/src/views/Event/Event.vue
@@ -83,7 +83,7 @@
                 @cancel-anonymous-participation="cancelAnonymousParticipation"
               />
               <div class="has-text-right">
-                <template class="visibility" v-if="!event.draft">
+                <template v-if="!event.draft">
                   <p v-if="event.visibility === EventVisibility.PUBLIC">
                     {{ $t("Public event") }}
                     <b-icon icon="earth" />