File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
src/components/map-projects Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import TableRow from '@mui/material/TableRow';
1313import Skeleton from '@mui/material/Skeleton' ;
1414import ListItemText from '@mui/material/ListItemText'
1515import AddIcon from '@mui/icons-material/Add'
16- import FileIcon from '@mui/icons-material/AttachFile' ;
1716import times from 'lodash/times'
1817import APIService from '../../services/APIService'
1918import { getCurrentUser } from '../../common/utils'
@@ -116,17 +115,7 @@ const MapProjects = () => {
116115 </ span >
117116 </ TableCell >
118117 < TableCell >
119- < ListItemText
120- primary = { project . name }
121- secondary = {
122- < a href = { project . file_url } rel = "noreferrer noopener" target = "_blank" >
123- < span style = { { display : 'flex' , alignItems : 'center' , marginLeft : '-2px' } } >
124- < FileIcon sx = { { fontSize : '14px' } } />
125- { project . input_file_name }
126- </ span >
127- </ a >
128- }
129- />
118+ < ListItemText primary = { project . name } />
130119 </ TableCell >
131120 < TableCell >
132121 < ListItemText
You can’t perform that action at this time.
0 commit comments