mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: removed ratings from dto
This commit is contained in:
parent
bd9bad35d1
commit
45b00432e9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
function clearProject() {
|
||||
|
|
Loading…
Reference in a new issue