Переглянути джерело

:pencil2: Removed tests from promptToComponent

tags/0.0.3^2
tomit4 3 роки тому
джерело
коміт
ab5d69aa74
1 змінених файлів з 0 додано та 6 видалено
  1. 0
    6
      frontend/src/entities/card/card.js

+ 0
- 6
frontend/src/entities/card/card.js Переглянути файл

@@ -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
 /**

Завантаження…
Відмінити
Зберегти