mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 04:56:52 +00:00
fix: qa
This commit is contained in:
@@ -107,7 +107,11 @@ function getProjectCardTags(result: Labrinth.Search.v3.ResultSearchProject, disp
|
|||||||
</template>
|
</template>
|
||||||
<SelectedProjectsFloatingBar v-if="ctx.installContext?.value && ctx.variant !== 'web'" />
|
<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
|
<StyledInput
|
||||||
v-model="ctx.query.value"
|
v-model="ctx.query.value"
|
||||||
|
|||||||
Reference in New Issue
Block a user