aboutsummaryrefslogtreecommitdiff
path: root/pages/en/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/en/index.js')
-rw-r--r--pages/en/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/en/index.js b/pages/en/index.js
index acd3705..0ef8d27 100644
--- a/pages/en/index.js
+++ b/pages/en/index.js
@@ -493,7 +493,7 @@ export default function Home({ detail, populars, upComing }) {
transition={{ duration: 0.5, staggerChildren: 0.2 }} // Add staggerChildren prop
>
{/* SECTION 3 */}
- {recentAdded.length > 0 && (
+ {recentAdded?.length > 0 && (
<motion.section // Add motion.div to each child component
key="recentAdded"
initial={{ y: 20, opacity: 0 }}