|
|
@@ -1,7 +1,6 @@
|
|
|
import React from 'react';
|
|
|
import PropTypes from 'prop-types';
|
|
|
import { withTranslation } from 'react-i18next';
|
|
|
-import { UncontrolledTooltip } from 'reactstrap';
|
|
|
import { withUnstatedContainers } from './UnstatedUtils';
|
|
|
|
|
|
import { toastError } from '../util/apiNotification';
|
|
|
@@ -49,12 +48,6 @@ class BookmarkButton extends React.Component {
|
|
|
{pageContainer.state.sumOfBookmarks}
|
|
|
</span>
|
|
|
</button>
|
|
|
-
|
|
|
- {!isUserLoggedIn && (
|
|
|
- <UncontrolledTooltip placement="top" target="bookmark-button" fade={false}>
|
|
|
- {t('Not available for guest')}
|
|
|
- </UncontrolledTooltip>
|
|
|
- )}
|
|
|
</div>
|
|
|
);
|
|
|
}
|