メニューにお気に入りが無い場合の要素を追加
This commit is contained in:
3
menu.js
3
menu.js
@@ -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] && (
|
||||
|
Reference in New Issue
Block a user