Skip to content

Commit

Permalink
[B] Remove manage groups link from RG selector
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Apr 16, 2024
1 parent 403c8d7 commit 0340548
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions client/src/global/components/Annotation/Editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import PropTypes from "prop-types";
import { withTranslation } from "react-i18next";
import GlobalForm from "global/components/form";
import IconComposer from "global/components/utility/IconComposer";
import { Link } from "react-router-dom";
import lh from "helpers/linkHandler";
import { UIDConsumer } from "react-uid";
import classNames from "classnames";
import RGMenuItem from "reader/components/annotation/popup/parts/RGMenuItem";
Expand Down Expand Up @@ -283,17 +281,6 @@ class AnnotationEditor extends PureComponent {
/>
))}
</div>
{this.canAccessReadingGroups && (
<div className="annotation-group-options__footer">
<Link
to={lh.link("frontendMyReadingGroups")}
className="annotation-manage-groups-link"
>
<span>{this.props.t("actions.manage_groups")}</span>
<IconComposer icon="link24" size="default" />
</Link>
</div>
)}
</div>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default `
display: block;
grid-area: label;
min-height: 22px;
overflow: hidden;
font-size: 17px;
font-family: var(--font-family-sans);
text-wrap: wrap;
Expand Down

0 comments on commit 0340548

Please sign in to comment.