Skip to content

Commit

Permalink
Update ContentComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSochkov authored Dec 11, 2024
1 parent e6c867b commit c23db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/src/components/ContentComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:projectStatus="item.status"
:projectId="item.projectId"
/>
<NewProjectButton v-if="item.type === 'newProjectButton' && userRole !== 'Рабочий'" />
<NewProjectButton v-if="item.type === 'newProjectButton' && userRole !== 'Рабочий' && userRole !== 'Прораб'" />
</div>
</div>
</div>
Expand Down

0 comments on commit c23db21

Please sign in to comment.