fix adaptive layout in project list
This commit is contained in:
@ -75,8 +75,6 @@ export const ProjectTicket = ({ project, index }) => {
|
||||
setModalDelete(false);
|
||||
}
|
||||
|
||||
function linkProject() {}
|
||||
|
||||
return (
|
||||
<div className={`project project-${project.id}`} key={index}>
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user