diff --git a/src/NotificationPopover/index.js b/src/NotificationPopover/index.js
index 0095647c..e9420f20 100644
--- a/src/NotificationPopover/index.js
+++ b/src/NotificationPopover/index.js
@@ -2,6 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Popover } from 'reactstrap';
import IconButton from '../IconButton';
+import { getLocale } from '../lang';
import './index.css';
@@ -74,7 +75,7 @@ export default class NotificationPopover extends React.Component {
this.notificationContainerRef = ref}>
{headerText}
-
+
{this.props.enableWeixin &&
diff --git a/src/index.js b/src/index.js
index 8570ec2b..181a2626 100644
--- a/src/index.js
+++ b/src/index.js
@@ -72,6 +72,8 @@ export { default as DTableGroupSelect } from './DTableGroupSelect/index';
export { default as DTableSelectLabel } from './DTableSelect/dtable-select-label';
export { default as DTableSwitch } from './DTableSwitch';
export { default as DTableCustomizeSelect } from './DTableCustomizeSelect';
+export { default as DTableToolTip } from './DTableToolTip';
+
export { default as DTableCustomizeCollaboratorSelect } from './DTableCustomizeCollaboratorSelect';
export { default as DTableSearchInput } from './DTableSearchInput';
export { default as DTableColorPicker } from './DTableColorPicker';