Skip to content

Commit

Permalink
NamespaceDetail, DeleteGroupModal: remove dead variables
Browse files Browse the repository at this point in the history
(rebase issue between ansible#790 and ansible#810)
  • Loading branch information
himdel committed Sep 6, 2021
1 parent d36adfb commit 6212e1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/containers/group-management/delete-group-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ interface IProps {
export class DeleteGroupModal extends React.Component<IProps> {
render() {
const { cancelAction, count, deleteAction, name, users } = this.props;
const nameBold = <b>{name}</b>;

return (
<DeleteModal
Expand Down
9 changes: 0 additions & 9 deletions src/containers/namespace-detail/namespace-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,6 @@ export class NamespaceDetail extends React.Component<IProps, IState> {
'view_type',
];

const docsAnsibleLink = (
<a
href='https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#configuring-the-ansible-galaxy-client'
target='_blank'
>
here
</a>
);

return (
<React.Fragment>
<ImportModal
Expand Down

0 comments on commit 6212e1a

Please sign in to comment.