1
0

fix(projects): do not hide 6th project on project overview

(cherry picked from commit b52d6dbf59f48a86cbcfad2a24c7fce9e3575639)
This commit is contained in:
kolaente
2024-09-11 18:20:57 +02:00
parent 40105ee4ce
commit 8f5273600a
2 changed files with 14 additions and 4 deletions

View File

@ -42,6 +42,7 @@
<ProjectCardGrid
v-cy="'projectCardGrid'"
:projects="projectHistory"
:show-even-number-of-projects="true"
/>
</div>
<ShowTasks