[hoempanel] 베스트셀러 더보기 스팟이동 부분 추가

- pageName 추가.
This commit is contained in:
junghoon86.park
2024-05-07 10:14:44 +09:00
parent 1ab9ad1d65
commit 442a71256e

View File

@@ -55,6 +55,9 @@ const BestSeller = ({ order, scrollTopBody, panelInfo }) => {
pushPanel(
{
name: panel_names.TRENDING_NOW_PANEL,
panelInfo: {
pageName: "BS",
},
},
[dispatch]
)