Ver código fonte

:bug: Removed hilarious default O

tags/0.0.3^2
tomit4 3 anos atrás
pai
commit
3bbf6ba4a4
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      frontend/src/components/NamePlate.vue

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

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

Carregando…
Cancelar
Salvar