Skip to content

Commit

Permalink
Fix false positive eslint line
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Oct 1, 2023
1 parent db9eb57 commit 94184bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {faExclamationTriangle} from "@fortawesome/free-solid-svg-icons";
import {useMetadata} from "../../../hooks/metadataHook";
import {Trans} from "react-i18next";

/* eslint-disable jsx-a11y/anchor-has-content */
const GroupPermissionHelp = () => {
const {mainCommand} = useMetadata();
return (
Expand Down Expand Up @@ -76,5 +77,6 @@ const GroupPermissionHelp = () => {
</div>
)
};
/* eslint-enable jsx-a11y/anchor-has-content */

export default GroupPermissionHelp

0 comments on commit 94184bf

Please sign in to comment.