Explorar el Código

:pencil2: Removed tests from promptToComponent

tabs-content
tomit4 hace 3 años
padre
commit
b9de498810
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      frontend/src/entities/card/card.js

+ 0
- 6
frontend/src/entities/card/card.js Ver fichero

@@ -72,11 +72,6 @@ const cardAspects = [
72 72
         name: 'attention',
73 73
         labels: ['guided', 'self-managed'],
74 74
     }),
75
-    new Aspect({
76
-        name: 'love-test',
77
-        labels: ['love', 'hate'],
78
-    }),
79
-
80 75
 ]
81 76
 
82 77
 const responseKeyIdToAspectName = {
@@ -86,7 +81,6 @@ const responseKeyIdToAspectName = {
86 81
     4: 'precision',
87 82
     5: 'focus',
88 83
     6: 'attention',
89
-    7: 'love-test',
90 84
 }
91 85
 
92 86
 /**

Loading…
Cancelar
Guardar