From e1313bd1ed16dad536ed9a44af1929647f682787 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Jan 2021 07:22:48 +0000 Subject: [PATCH] chore(deps): update bit component guya-ltd.gcss/templates/shophome --- .bitmap | 10 +++++----- src/components/templates/ShopHome/ShopHome.js | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.bitmap b/.bitmap index cc9c98a..d76986f 100644 --- a/.bitmap +++ b/.bitmap @@ -767,17 +767,17 @@ "origin": "AUTHORED", "exported": true }, - "guya-ltd.gcss/templates/shophome@0.0.1": { + "guya-ltd.gcss/templates/shophome@0.0.2": { "files": [ { + "name": "ShopHome.js", "relativePath": "src/components/templates/ShopHome/ShopHome.js", - "test": false, - "name": "ShopHome.js" + "test": false }, { + "name": "index.js", "relativePath": "src/components/templates/ShopHome/index.js", - "test": false, - "name": "index.js" + "test": false } ], "mainFile": "src/components/templates/ShopHome/index.js", diff --git a/src/components/templates/ShopHome/ShopHome.js b/src/components/templates/ShopHome/ShopHome.js index 8c0c16a..8b9dd16 100644 --- a/src/components/templates/ShopHome/ShopHome.js +++ b/src/components/templates/ShopHome/ShopHome.js @@ -21,7 +21,7 @@ import { withNaming } from '@bem-react/classname' class ShopHome extends Component { render() { /* Props */ - const{header, notification, hero, services, brands, products, footer}=this.props; + const{header, notification, hero, services, brands, products, footer, children}=this.props; return(
@@ -31,6 +31,7 @@ class ShopHome extends Component { {services} {brands} {products} + {children} {footer}
)