fix license field showing on server projects (#7031)

* fix license field showing on server projects

* random commit to trigger CI hopefully?
This commit is contained in:
Prospector
2026-08-07 13:20:13 -07:00
committed by GitHub
parent 2e8aaa31be
commit 9181c155e0
2 changed files with 2 additions and 1 deletions
@@ -469,6 +469,7 @@
<ProjectSidebarDetails
:project="project"
:link-target="$external()"
:hide-license="isServerProject"
:show-followers="isServerProject"
class="card flex-card"
/>