Explorar el Código

:bug: Removed hilarious default O

tags/0.0.3^2
tomit4 hace 3 años
padre
commit
3bbf6ba4a4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      frontend/src/components/NamePlate.vue

+ 0
- 1
frontend/src/components/NamePlate.vue Ver fichero

@@ -3,7 +3,6 @@
3 3
     section(:class='{ box: !isList }' v-if='pid')
4 4
         router-link(:to='`/profile/${pid}`' disabled)
5 5
             h1.text-capitalize {{ name }}
6
-                span O
7 6
             p.text-capitalize {{ role }} 
8 7
                 span.text-capitalize(v-if='isList')
9 8
                     span.text-capitalize | {{ locale }}

Loading…
Cancelar
Guardar