Skip to content

Commit a71fdae

Browse files
author
Vikas Agarwal
committed
Fixed lint error
1 parent d9f18a6 commit a71fdae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/projects/list/components/Projects/ProjectsView.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ const EnhancedGrid = enhance(GridView)
3333
require('./ProjectsView.scss')
3434

3535
/*eslint-disable quote-props */
36-
const projectTypeMap = {
37-
'generic': 'Work Project',
38-
'visual_design': 'Design',
39-
'visual_prototype': 'Design & Prototype',
40-
'app_dev': 'Full App'
41-
}
4236
const projectTypeClassMap = {
4337
'generic' : 'purple-block',
4438
'visual_design' : 'blue-block',

0 commit comments

Comments
 (0)