Sfoglia il codice sorgente

:pencil2: Removed tests from promptToComponent

tabs-content
tomit4 3 anni fa
parent
commit
b9de498810
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0
    6
      frontend/src/entities/card/card.js

+ 0
- 6
frontend/src/entities/card/card.js Vedi File

72
         name: 'attention',
72
         name: 'attention',
73
         labels: ['guided', 'self-managed'],
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
 const responseKeyIdToAspectName = {
77
 const responseKeyIdToAspectName = {
86
     4: 'precision',
81
     4: 'precision',
87
     5: 'focus',
82
     5: 'focus',
88
     6: 'attention',
83
     6: 'attention',
89
-    7: 'love-test',
90
 }
84
 }
91
 
85
 
92
 /**
86
 /**

Loading…
Annulla
Salva