From 052bc600c08e4d9507cbbb29b22ef59bfa00b7fd Mon Sep 17 00:00:00 2001 From: shenlan Date: Fri, 3 Oct 2025 00:18:17 +0800 Subject: [PATCH] Guard register highlights rendering (#381) --- ui/homepage/app/register/RegisterContent.tsx | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/ui/homepage/app/register/RegisterContent.tsx b/ui/homepage/app/register/RegisterContent.tsx index efcbd11..5bbaa54 100644 --- a/ui/homepage/app/register/RegisterContent.tsx +++ b/ui/homepage/app/register/RegisterContent.tsx @@ -228,17 +228,19 @@ export default function RegisterContent() {

{t.title}

{t.subtitle}

- + {Array.isArray(t.highlights) && t.highlights.length > 0 ? ( + + ) : null}

{t.bottomNote}