Skip to content

Commit

Permalink
Merge branch 'master' into sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Mar 21, 2024
2 parents 530aaf4 + 4c4fac6 commit e7a5046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/structure/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ export class Project extends Svue {
description(project) {
return project.description;
},
private(project) {
return project.private;
},
editAccess(project) {
if (project.edit_access == null) return false;
return project.edit_access;
Expand Down

0 comments on commit e7a5046

Please sign in to comment.