fix(home): drop outer length check around ZeroBlock — banner always shows
This commit is contained in:
+6
-8
@@ -133,14 +133,12 @@ export default async function HomePage() {
|
|||||||
</Reveal>
|
</Reveal>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* ЗЕРО — короткие заметки AI-персонажа */}
|
{/* ЗЕРО — full-width баннер с самим персонажем и его лентой */}
|
||||||
{zeroNotes.length > 0 && (
|
<Reveal>
|
||||||
<Reveal>
|
<div className="reveal">
|
||||||
<div className="reveal">
|
<ZeroBlock notes={zeroNotes} compact />
|
||||||
<ZeroBlock notes={zeroNotes} compact />
|
</div>
|
||||||
</div>
|
</Reveal>
|
||||||
</Reveal>
|
|
||||||
)}
|
|
||||||
|
|
||||||
{/* КАТЕГОРИЙНЫЕ РЯДЫ — порядок и состав из БД через sort_order */}
|
{/* КАТЕГОРИЙНЫЕ РЯДЫ — порядок и состав из БД через sort_order */}
|
||||||
{categories.map(cat => (
|
{categories.map(cat => (
|
||||||
|
|||||||
Reference in New Issue
Block a user