console.log 제거
This commit is contained in:
@@ -409,7 +409,6 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
const renderPageItem = useCallback(() => {
|
const renderPageItem = useCallback(() => {
|
||||||
console.log("#brandChannelCnt", brandChannelCnt);
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{sortedBrandLayoutInfo.map((el, idx) => {
|
{sortedBrandLayoutInfo.map((el, idx) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user