[App] dispatch 삭제

Detail Notes :

1. getBrandList, FeaturedBrandsPanel로 이동 후 불필요 로직 삭제
This commit is contained in:
younghoon100.park
2024-02-06 20:40:27 +09:00
parent a7967fa242
commit 2cda870806

View File

@@ -6,7 +6,6 @@ import platform from "@enact/core/platform";
import ThemeDecorator from "@enact/sandstone/ThemeDecorator";
import appinfo from "../../webos-meta/appinfo.json";
import { getBrandList } from "../actions/brandActions";
import { changeAppStatus } from "../actions/commonActions";
import { getAuthenticationCode } from "../actions/deviceActions";
import {
@@ -59,7 +58,6 @@ function AppBase(props) {
dispatch(getHomeMenu());
dispatch(getHomeLayout());
dispatch(getHomeMainContents());
dispatch(getBrandList());
dispatch(getMyRecommandedKeyword());
dispatch(getBestSeller());
dispatch(