mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
Fix content list error when projects is undefined (#3026)
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
co-authored by
Geometrically
parent
465f7ac0c5
commit
3e5b842b7a
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<template v-if="projects.length > 0">
|
<template v-if="projects?.length > 0">
|
||||||
<div class="flex items-center gap-2 mb-4">
|
<div class="flex items-center gap-2 mb-4">
|
||||||
<div class="iconified-input flex-grow">
|
<div class="iconified-input flex-grow">
|
||||||
<SearchIcon />
|
<SearchIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user