メニューにお気に入りが無い場合の要素を追加

This commit is contained in:
harukin-expo-dev-env
2025-07-05 16:20:53 +00:00
parent 156912302d
commit 36ac66df3e
2 changed files with 45 additions and 9 deletions

View File

@@ -312,7 +312,7 @@ export default function Menu(props) {
/>
)}
{listUpStation.length != 0 && originalStationList.length != 0 && (
{originalStationList.length != 0 && (
<>
<CarouselBox
{...{
@@ -322,6 +322,7 @@ export default function Menu(props) {
setListIndex,
listIndex,
navigate,
stationListMode
}}
/>
{listUpStation[listIndex] && (