Merge branch 'main' into bug/10-remove-pubic-decorator-in-api
This commit is contained in:
@@ -37,7 +37,7 @@ const Projects = () => {
|
||||
`api/projects`,
|
||||
);
|
||||
const projects: Project[] = response.data;
|
||||
|
||||
console.log(projects);
|
||||
projects.sort((a, b) => Number(a.order) - Number(b.order))
|
||||
|
||||
return projects;
|
||||
|
||||
Reference in New Issue
Block a user