Skip to content

Commit 9ce7dc7

Browse files
committed
fixed listings
1 parent 65ff2f8 commit 9ce7dc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/config/projectWizard/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const products = {
6464
icon: 'product-qa-crowd-testing',
6565
id: 'computer_vision',
6666
aliases: ['computer-vision', 'computer_vision'],
67-
hidden : false
67+
hidden : true
6868
}, /*,
6969
'Algorithm Optimization': {
7070
brief: 'TBD',
@@ -87,7 +87,7 @@ const products = {
8787
icon: 'product-qa-crowd-testing',
8888
id: 'data_exploration',
8989
aliases: ['data-exploration', 'data_exploration'],
90-
hidden : false
90+
hidden : true
9191
}
9292
}
9393
},
@@ -203,7 +203,7 @@ const products = {
203203
id: 'performance_testing',
204204
aliases: ['performance-testing', 'performance_testing'],
205205
hidden: true
206-
}
206+
},
207207
'Digital Accessibility': {
208208
brief: 'TBD',
209209
details: 'Make sure you app or website conforms to all rules and regulations',
@@ -229,6 +229,7 @@ const products = {
229229
disabled: true
230230
}
231231
}
232+
}
232233

233234
/*
234235
Analytics: {

0 commit comments

Comments
 (0)