Skip to content

Commit

Permalink
refactor: remove percentage from project data
Browse files Browse the repository at this point in the history
  • Loading branch information
DomWane committed Oct 23, 2024
1 parent 1c767a5 commit 79c04eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composables/useProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const useProject = defineStore('project', () => {
function setProject(id: string) {
project.value = getProjectById(id, { shallow: false }) as Project
delete project.value.ratings
delete project.value.percentage
}

function clearProject() {
Expand Down

0 comments on commit 79c04eb

Please sign in to comment.