@@ -77,6 +77,4 @@ export const InAppNotification = (props: Props): JSX.Element => {
</div>
</>
);
-
};
@@ -12,7 +12,6 @@ import SocketIoContainer from '../../client/services/SocketIoContainer';
const logger = loggerFactory('growi:InAppNotificationDropdown');
type Props = {
appContainer: AppContainer,
socketIoContainer: SocketIoContainer,
@@ -48,5 +48,4 @@ export const PageUpdatedNotification = (props: Props): JSX.Element => {
<FormattedDistanceDate id={props.notification._id} date={props.notification.createdAt} isShowTooltip={false} />
@@ -21,5 +21,4 @@ export const PagePath = (props: Props): JSX.Element => {
{pathPrefix}<strong>{shortPath}</strong>