From fb246ebfb46b61365b0234dd687b48f84e3ef39a Mon Sep 17 00:00:00 2001 From: zhixzhan Date: Wed, 4 Nov 2020 16:04:07 +0800 Subject: [PATCH] update --- .../src/components/Notifications/NotificationContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer/packages/client/src/components/Notifications/NotificationContainer.tsx b/Composer/packages/client/src/components/Notifications/NotificationContainer.tsx index d7d7303540..e157f8638c 100644 --- a/Composer/packages/client/src/components/Notifications/NotificationContainer.tsx +++ b/Composer/packages/client/src/components/Notifications/NotificationContainer.tsx @@ -3,7 +3,7 @@ /** @jsx jsx */ import { jsx, css } from '@emotion/core'; -import { isEmpty } from 'lodash'; +import isEmpty from 'lodash/isEmpty'; import { useRecoilValue } from 'recoil'; import { dispatcherState } from '../../recoilModel';