fix: update project categories check and adjust border style in project detail popup
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
@if (project.categories?.length) {
|
||||
@if (project.categories.length) {
|
||||
<div class="detail-section">
|
||||
<h4>Categories</h4>
|
||||
<div class="tag-list">
|
||||
|
||||
Reference in New Issue
Block a user