Skip to content

Commit

Permalink
Fix lack of collections tab (#2936)
Browse files Browse the repository at this point in the history
Co-authored-by: Geometrically <[email protected]>
  • Loading branch information
worldwidepixel and Geometrically authored Dec 14, 2024
1 parent 57e27fb commit 7f445e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/user/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ContentPageHeader>
</div>
<div class="normal-page__content">
<div v-if="navLinks.length > 2" class="mb-4 max-w-full overflow-x-auto">
<div v-if="navLinks.length >= 2" class="mb-4 max-w-full overflow-x-auto">
<NavTabs :links="navLinks" />
</div>
<div v-if="projects.length > 0">
Expand Down

0 comments on commit 7f445e9

Please sign in to comment.