[App] dispatch 삭제
Detail Notes : 1. getBrandList, FeaturedBrandsPanel로 이동 후 불필요 로직 삭제
This commit is contained in:
@@ -6,7 +6,6 @@ import platform from "@enact/core/platform";
|
|||||||
import ThemeDecorator from "@enact/sandstone/ThemeDecorator";
|
import ThemeDecorator from "@enact/sandstone/ThemeDecorator";
|
||||||
|
|
||||||
import appinfo from "../../webos-meta/appinfo.json";
|
import appinfo from "../../webos-meta/appinfo.json";
|
||||||
import { getBrandList } from "../actions/brandActions";
|
|
||||||
import { changeAppStatus } from "../actions/commonActions";
|
import { changeAppStatus } from "../actions/commonActions";
|
||||||
import { getAuthenticationCode } from "../actions/deviceActions";
|
import { getAuthenticationCode } from "../actions/deviceActions";
|
||||||
import {
|
import {
|
||||||
@@ -59,7 +58,6 @@ function AppBase(props) {
|
|||||||
dispatch(getHomeMenu());
|
dispatch(getHomeMenu());
|
||||||
dispatch(getHomeLayout());
|
dispatch(getHomeLayout());
|
||||||
dispatch(getHomeMainContents());
|
dispatch(getHomeMainContents());
|
||||||
dispatch(getBrandList());
|
|
||||||
dispatch(getMyRecommandedKeyword());
|
dispatch(getMyRecommandedKeyword());
|
||||||
dispatch(getBestSeller());
|
dispatch(getBestSeller());
|
||||||
dispatch(
|
dispatch(
|
||||||
|
|||||||
Reference in New Issue
Block a user