diff --git a/src/components/HotlistList/HotlistList.tsx b/src/components/HotlistList/HotlistList.tsx index 7833160..2d8f565 100644 --- a/src/components/HotlistList/HotlistList.tsx +++ b/src/components/HotlistList/HotlistList.tsx @@ -21,7 +21,7 @@ const HotlistList = () => { return ( - {hotlists.length > 0 ? ( + {hotlists?.length > 0 ? (