From 29902d83843ee6a59f152b8dd1bab8ffc7019f6f Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sat, 6 Nov 2021 14:54:01 +0530 Subject: chore: update 'node-gyp' and '@types/tar' modules; (#2183) replace 'terser' with 'gulp-terser' to reduce custom code --- src/containers/layout/AppLayoutContainer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/containers') diff --git a/src/containers/layout/AppLayoutContainer.js b/src/containers/layout/AppLayoutContainer.js index 3e0736fb5..50a28803f 100644 --- a/src/containers/layout/AppLayoutContainer.js +++ b/src/containers/layout/AppLayoutContainer.js @@ -190,6 +190,7 @@ AppLayoutContainer.wrappedComponent.propTypes = { app: PropTypes.instanceOf(AppStore).isRequired, requests: PropTypes.instanceOf(RequestStore).isRequired, }).isRequired, + // eslint-disable-next-line react/require-default-props children: oneOrManyChildElements, }; -- cgit v1.2.3-54-g00ecf