mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
fix: qa
This commit is contained in:
@@ -107,7 +107,11 @@ function getProjectCardTags(result: Labrinth.Search.v3.ResultSearchProject, disp
|
||||
</template>
|
||||
<SelectedProjectsFloatingBar v-if="ctx.installContext?.value && ctx.variant !== 'web'" />
|
||||
|
||||
<NavTabs v-if="ctx.showProjectTypeTabs.value" :links="ctx.selectableProjectTypes.value" />
|
||||
<NavTabs
|
||||
v-if="ctx.showProjectTypeTabs.value"
|
||||
:links="ctx.selectableProjectTypes.value"
|
||||
:replace="ctx.variant === 'app'"
|
||||
/>
|
||||
|
||||
<StyledInput
|
||||
v-model="ctx.query.value"
|
||||
|
||||
Reference in New Issue
Block a user