chore: remove unnecessary map
This commit is contained in:
parent
b5d9afd0f7
commit
336db56316
@ -26,9 +26,6 @@ const projects = computed({
|
||||
})
|
||||
const favoriteProjects = computed(() => projectStore.projectsArray
|
||||
.filter(p => !p.isArchived && p.isFavorite)
|
||||
.map(p => ({
|
||||
...p,
|
||||
}))
|
||||
.sort((a, b) => a.position - b.position))
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user